Code cleanup
This commit is contained in:
parent
6d970a4cc3
commit
b6e94d9a1e
3 changed files with 14 additions and 41 deletions
|
@ -35,8 +35,6 @@ class LoginController extends AbstractLoginController
|
|||
$username = $request->input('user');
|
||||
$useColumn = $this->getField($username);
|
||||
|
||||
sleep(1);
|
||||
|
||||
if ($this->hasTooManyLoginAttempts($request)) {
|
||||
$this->fireLockoutEvent($request);
|
||||
$this->sendLockoutResponse($request);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue