This commit is contained in:
Sean McArthur 2014-09-04 10:28:18 -07:00
Родитель fa0c969968
Коммит 055003b1bb
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -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) {