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
|
default: false
|
||||||
github_client_id:
|
github_client_id:
|
||||||
default: ""
|
default: ""
|
||||||
regex: "^[a-f0-9]+$"
|
regex: "^[a-zA-Z0-9\\.]+$"
|
||||||
github_client_secret:
|
github_client_secret:
|
||||||
default: ""
|
default: ""
|
||||||
regex: "^[a-f0-9]+$"
|
regex: "^[a-f0-9]+$"
|
||||||
|
|
Loading…
Reference in New Issue