Commit dae2db04 authored by Alfred Nutile's avatar Alfred Nutile

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

auth/login as noted on line 64
parent 75393db9
......@@ -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