Some changes to the login view.

This commit is contained in:
James Cole
2014-09-10 19:44:09 +02:00
parent 14aacf42b9
commit 3068a8d58d
4 changed files with 66 additions and 105 deletions

View File

@@ -47,8 +47,6 @@ class UserController extends BaseController
];
$result = Auth::attempt($data, $rememberMe);
if ($result) {
Session::flash('success', 'Logged in!');
return Redirect::route('index');
}