mirror of
https://github.com/appwrite/appwrite
synced 2026-05-21 16:08:22 +00:00
Merge pull request #6172 from appwrite/fix-guests-missing-global
Fix guests missing global scope
This commit is contained in:
commit
ccb7924d85
1 changed files with 1 additions and 0 deletions
|
|
@ -66,6 +66,7 @@ return [
|
|||
Auth::USER_ROLE_GUESTS => [
|
||||
'label' => 'Guests',
|
||||
'scopes' => [
|
||||
'global',
|
||||
'public',
|
||||
'home',
|
||||
'console',
|
||||
|
|
|
|||
Loading…
Reference in a new issue