mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-11-22 16:23:18 +01: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.
|
||||
$this->incrementLoginAttempts($request);
|
||||
|
||||
Log::info('User login failed');
|
||||
|
||||
return $this->sendFailedLoginResponse($request);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user