fix formatting

This commit is contained in:
Damodar Lohani
2024-09-24 02:40:01 +00:00
parent f2eb1c3b3e
commit abe145dae2
2 changed files with 2 additions and 3 deletions
Submodule
+1
Submodule app/console added at 112fccf5a0
+1 -3
View File
@@ -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 = [];