mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
fix: Adjusting
This commit is contained in:
+1
-1
@@ -590,7 +590,7 @@ $user
|
||||
if ($project->isEmpty()) {
|
||||
$user = new Document([]);
|
||||
} else {
|
||||
if ($project->getId() === 'console') { //
|
||||
if ($project->getId() === 'console') {
|
||||
$user = $dbForConsole->getDocument('users', $authentication->getUnique());
|
||||
} else {
|
||||
$user = $dbForProject->getDocument('users', $authentication->getUnique());
|
||||
|
||||
Reference in New Issue
Block a user