mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-22 03:01:21 +00:00
Coverage should be back at 100%. Fixed some formatting too.
This commit is contained in:
@@ -48,10 +48,12 @@ class UserController extends BaseController
|
||||
$result = Auth::attempt($data, $rememberMe);
|
||||
if ($result) {
|
||||
Session::flash('success', 'Logged in!');
|
||||
|
||||
return Redirect::route('index');
|
||||
}
|
||||
|
||||
Session::flash('error', 'No good!');
|
||||
|
||||
return View::make('user.login');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user