mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Merge pull request #1549 from appwrite/fix-site-scopes
Fix: site scopes
This commit is contained in:
@@ -120,8 +120,8 @@ export const defaultScopes: string[] = [
|
||||
'topics.write',
|
||||
'billing.read',
|
||||
'billing.write',
|
||||
'sites:read',
|
||||
'sites:write'
|
||||
'sites.read',
|
||||
'sites.write'
|
||||
];
|
||||
|
||||
export const defaultRoles: string[] = ['owner'];
|
||||
|
||||
Reference in New Issue
Block a user