[bug] Not sure but it seems this one should be

auth/login as noted on line 64
This commit is contained in:
Alfred Nutile 2014-10-13 12:54:29 -04:00
parent 75393db929
commit dae2db0412
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ public function login(LoginRequest $request)
return redirect('/');
}
return redirect('/login')->withErrors([
return redirect('/auth/login')->withErrors([
'email' => 'These credentials do not match our records.',
]);
}