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
+1
View File
@@ -66,6 +66,7 @@ return [
Auth::USER_ROLE_GUESTS => [
'label' => 'Guests',
'scopes' => [
'global',
'public',
'home',
'console',