mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +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 => [
|
Auth::USER_ROLE_GUESTS => [
|
||||||
'label' => 'Guests',
|
'label' => 'Guests',
|
||||||
'scopes' => [
|
'scopes' => [
|
||||||
|
'global',
|
||||||
'public',
|
'public',
|
||||||
'home',
|
'home',
|
||||||
'console',
|
'console',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue