settings: remove appstore scope

This commit is contained in:
Girish Ramakrishnan
2019-02-22 09:43:26 -08:00
parent 1cab1e06d9
commit c15449492a
3 changed files with 3 additions and 5 deletions

View File

@@ -12,8 +12,7 @@ exports = module.exports = {
SCOPE_SETTINGS: 'settings',
SCOPE_USERS_READ: 'users:read',
SCOPE_USERS_MANAGE: 'users:manage',
SCOPE_APPSTORE: 'appstore',
VALID_SCOPES: [ 'apps', 'appstore', 'clients', 'cloudron', 'domains', 'mail', 'profile', 'settings', 'users' ], // keep this sorted
VALID_SCOPES: [ 'apps', 'clients', 'cloudron', 'domains', 'mail', 'profile', 'settings', 'users' ], // keep this sorted
SCOPE_ANY: '*',