mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-09 11:18:10 +00:00
Some changes to the login view.
This commit is contained in:
@@ -47,8 +47,6 @@ class UserController extends BaseController
|
||||
];
|
||||
$result = Auth::attempt($data, $rememberMe);
|
||||
if ($result) {
|
||||
Session::flash('success', 'Logged in!');
|
||||
|
||||
return Redirect::route('index');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user