mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Attempt fix guest key
This commit is contained in:
@@ -119,7 +119,7 @@ class Key
|
||||
$project->getId(),
|
||||
$type,
|
||||
Auth::USER_ROLE_GUESTS,
|
||||
$roles[Auth::USER_ROLE_GUESTS]['scopes'] ?? [],
|
||||
[],
|
||||
'UNKNOWN'
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user