mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
fix formatting
This commit is contained in:
Submodule
+1
Submodule app/console added at 112fccf5a0
@@ -274,9 +274,7 @@ App::init()
|
||||
}
|
||||
}
|
||||
}
|
||||
/**
|
||||
* Admin User Authentication
|
||||
*/
|
||||
// Admin User Authentication
|
||||
elseif (($project->getId() === 'console' && !$team->isEmpty() && !$user->isEmpty()) || ($project->getId() !== 'console' && !$user->isEmpty() && $mode === APP_MODE_ADMIN)) {
|
||||
$teamId = $team->getId();
|
||||
$adminRoles = [];
|
||||
|
||||
Reference in New Issue
Block a user