add profile to scopes. fixes #50
This commit is contained in:
Родитель
fa0c969968
Коммит
055003b1bb
|
@ -80,6 +80,9 @@ exports.create = function createServer() {
|
|||
if (!scopes) {
|
||||
return;
|
||||
}
|
||||
if (scopes.indexOf('profile') === -1) {
|
||||
scopes.push('profile');
|
||||
}
|
||||
for (var i = 0, len = scopes.length; i < len; i++) {
|
||||
var scope = scopes[i];
|
||||
if (scope.indexOf(':write') === -1) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче