Backport of #278 for 1.6.1
This is a backport of #278 with the default value of `scope` changed to `undefined`. This is thus a fully backward-compatible change. Signed-off-by: Victor Berger <victor.berger@m4x.org>
This commit is contained in:
@@ -91,7 +91,8 @@ module.exports = {
|
||||
authorizationURL: undefined,
|
||||
tokenURL: undefined,
|
||||
clientID: undefined,
|
||||
clientSecret: undefined
|
||||
clientSecret: undefined,
|
||||
scope: undefined
|
||||
},
|
||||
facebook: {
|
||||
clientID: undefined,
|
||||
|
||||
Reference in New Issue
Block a user