FIX: Allow GitHub app client_id to be used for OAuth configuration

This commit is contained in:
David Taylor 2020-05-21 10:44:25 +01:00
parent 66960563ea
commit bde8862f0f
No known key found for this signature in database
GPG Key ID: 46904C18B1D3F434
1 changed files with 1 additions and 1 deletions

View File

@ -394,7 +394,7 @@ login:
default: false
github_client_id:
default: ""
regex: "^[a-f0-9]+$"
regex: "^[a-zA-Z0-9\\.]+$"
github_client_secret:
default: ""
regex: "^[a-f0-9]+$"