undefined fix
This commit is contained in:
parent
7ba382e7f9
commit
02cd15198c
@ -114,7 +114,7 @@
|
|||||||
url: '/auth/oauth',
|
url: '/auth/oauth',
|
||||||
callbackURL: '/auth/generic/callback',
|
callbackURL: '/auth/generic/callback',
|
||||||
icon: 'check',
|
icon: 'check',
|
||||||
scope: meta.config['social:oauth:scope'].split(',')
|
scope: (meta.config['social:oauth:scope'] || '').split(',')
|
||||||
});
|
});
|
||||||
|
|
||||||
return strategies;
|
return strategies;
|
||||||
|
Loading…
Reference in New Issue
Block a user