mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-04-26 02:18:36 +02:00
Log failed login
This commit is contained in:
parent
125daebcbc
commit
e40e58c0bf
@ -60,6 +60,8 @@ public function login(LoginRequest $request)
|
|||||||
// user surpasses their maximum number of attempts they will get locked out.
|
// user surpasses their maximum number of attempts they will get locked out.
|
||||||
$this->incrementLoginAttempts($request);
|
$this->incrementLoginAttempts($request);
|
||||||
|
|
||||||
|
Log::info('User login failed');
|
||||||
|
|
||||||
return $this->sendFailedLoginResponse($request);
|
return $this->sendFailedLoginResponse($request);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user