mirror of
https://github.com/elyby/accounts.git
synced 2024-11-08 21:52:33 +05:30
Суппорт jwt на фронте
This commit is contained in:
parent
179d610eef
commit
86c63f8724
@ -38,6 +38,7 @@ class AccountsController extends Controller {
|
||||
'username' => $account->username,
|
||||
'email' => $account->email,
|
||||
'shouldChangePassword' => $account->password_hash_strategy === Account::PASS_HASH_STRATEGY_OLD_ELY,
|
||||
'isActive' => $account->status === Account::STATUS_ACTIVE,
|
||||
];
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user