Fix OAuth2 login when no scope is defined
This commit is contained in:
@@ -14,8 +14,8 @@ function handleLogin() {
|
|||||||
var defs = auths;
|
var defs = auths;
|
||||||
for(key in defs) {
|
for(key in defs) {
|
||||||
var auth = defs[key];
|
var auth = defs[key];
|
||||||
|
oauth2KeyName = key;
|
||||||
if(auth.type === 'oauth2' && auth.scopes) {
|
if(auth.type === 'oauth2' && auth.scopes) {
|
||||||
oauth2KeyName = key;
|
|
||||||
var scope;
|
var scope;
|
||||||
if(Array.isArray(auth.scopes)) {
|
if(Array.isArray(auth.scopes)) {
|
||||||
// 1.2 support
|
// 1.2 support
|
||||||
|
|||||||
Reference in New Issue
Block a user