mirror of
https://github.com/slawkens/myaac.git
synced 2026-02-01 02:46:23 +01:00
Fixes to account logged
This commit is contained in:
@@ -36,6 +36,7 @@ class App
|
||||
$checkLogin = $loginService->checkLogin();
|
||||
$logged = $checkLogin['logged'];
|
||||
$account_logged = $checkLogin['account'];
|
||||
$this->accountLogged = $account_logged;
|
||||
|
||||
$statusService = new StatusService();
|
||||
$status = $statusService->checkStatus();
|
||||
|
||||
Reference in New Issue
Block a user