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