mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
No more session flash.
This commit is contained in:
parent
2dfa51652a
commit
ebdb1a8836
@ -64,7 +64,6 @@ class AuthController extends Controller
|
||||
$credentials['blocked'] = 0; // most not be blocked.
|
||||
|
||||
if (Auth::guard($this->getGuard())->attempt($credentials, $request->has('remember'))) {
|
||||
Session::flash('isLoggedIn', 'yes');
|
||||
|
||||
return $this->handleUserWasAuthenticated($request, $throttles);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user