mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-17 13:53:45 +02:00
Very basic working implementation of sanctum for API validation
This commit is contained in:
@@ -123,8 +123,6 @@ class LoginController extends AbstractLoginController
|
||||
]);
|
||||
}
|
||||
|
||||
$this->auth->guard()->login($user, true);
|
||||
|
||||
return $this->sendLoginResponse($user, $request);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user