Merge pull request #990 from SISheogorath/fix/oauthProviderName

Make oauth2 provider name accessible
This commit is contained in:
Christoph (Sheogorath) Kern 2018-10-09 21:57:37 +02:00 committed by GitHub
commit 5c4df14bbc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View file

@ -78,6 +78,7 @@ module.exports = {
},
// authentication
oauth2: {
providerName: undefined,
authorizationURL: undefined,
tokenURL: undefined,
clientID: undefined,