mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 14:53:45 +02:00
Revert use of cookies, go back to using a JWT
This commit is contained in:
@@ -25,6 +25,7 @@ class AccountTransformer extends BaseClientTransformer
|
||||
public function transform(User $model)
|
||||
{
|
||||
return [
|
||||
'id' => $model->id,
|
||||
'admin' => $model->root_admin,
|
||||
'username' => $model->username,
|
||||
'email' => $model->email,
|
||||
|
||||
Reference in New Issue
Block a user