mirror of
https://github.com/appwrite/appwrite
synced 2026-05-06 06:48:22 +00:00
fix: remove public scope from app role
This commit is contained in:
parent
732a2b4a98
commit
4b31411a5f
1 changed files with 1 additions and 1 deletions
|
|
@ -95,6 +95,6 @@ return [
|
|||
],
|
||||
Auth::USER_ROLE_APPS => [
|
||||
'label' => 'Applications',
|
||||
'scopes' => ['public', 'health.read', 'graphql'],
|
||||
'scopes' => ['health.read', 'graphql'],
|
||||
],
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in a new issue