Commit 464c595c authored by Taylor Otwell's avatar Taylor Otwell

Merge pull request #2991 from alnutile/patch-3

[bug] Auth filter still redirects to /login not auth/login
parents dd42bef8 5eaaadc2
...@@ -23,7 +23,7 @@ class AuthFilter { ...@@ -23,7 +23,7 @@ class AuthFilter {
} }
else else
{ {
return Redirect::guest('login'); return Redirect::guest('auth/login');
} }
} }
} }
......
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