Merge pull request #3081 from alnutile/patch-5

[bug] Not sure but it seems this one should be
This commit is contained in:
Taylor Otwell 2014-10-14 13:02:00 -05:00
commit 95e934698f
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.',
]);
}