Remove tokenScopes

decided that the UI won't use this any more and will just the admin flag
This commit is contained in:
Girish Ramakrishnan
2018-08-03 10:07:21 -07:00
parent ce9fc7b3f7
commit fba70d888b
3 changed files with 1 additions and 8 deletions

View File

@@ -255,7 +255,6 @@ function activate(username, password, email, displayName, ip, auditSource, callb
callback(null, {
userId: userObject.id,
token: result.accessToken,
tokenScopes: result.tokenScopes,
expires: result.expires
});