Merge pull request #6172 from appwrite/fix-guests-missing-global

Fix guests missing global scope
This commit is contained in:
Christy Jacob 2023-09-07 12:33:55 -04:00 committed by GitHub
commit ccb7924d85
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -66,6 +66,7 @@ return [
Auth::USER_ROLE_GUESTS => [
'label' => 'Guests',
'scopes' => [
'global',
'public',
'home',
'console',