mirror of
https://github.com/laravel/laravel.git
synced 2025-02-20 11:53:14 +08:00
[bug] Not sure but it seems this one should be
auth/login as noted on line 64
This commit is contained in:
parent
75393db929
commit
dae2db0412
@ -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.',
|
||||
]);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user