Commit 95e93469 authored by Taylor Otwell's avatar Taylor Otwell

Merge pull request #3081 from alnutile/patch-5

[bug] Not sure but it seems this one should be
parents f5b4e2dc dae2db04
......@@ -85,7 +85,7 @@ class AuthController {
return redirect('/');
}
return redirect('/login')->withErrors([
return redirect('/auth/login')->withErrors([
'email' => 'These credentials do not match our records.',
]);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment