mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Temp fix for redirect loop.
This commit is contained in:
parent
78c8243184
commit
c0fad106f0
@ -93,7 +93,7 @@ class AuthController extends Controller
|
||||
$credentials = $this->getCredentials($request);
|
||||
$credentials['blocked'] = 0; // most not be blocked.
|
||||
|
||||
if (Auth::guard($this->getGuard())->attempt($credentials, $request->has('remember'))) {
|
||||
if (Auth::guard($this->getGuard())->attempt($credentials, true)) {
|
||||
return $this->handleUserWasAuthenticated($request, $throttles);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user