mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 11:48:26 -06:00
FIX: Allow GitHub app client_id to be used for OAuth configuration
This commit is contained in:
parent
66960563ea
commit
bde8862f0f
@ -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]+$"
|
||||
|
Loading…
Reference in New Issue
Block a user