Update RedirectIfAuthenticated.php
This commit is contained in:
@@ -19,7 +19,7 @@ class RedirectIfAuthenticated
|
||||
{
|
||||
foreach ($guards as $guard) {
|
||||
if (Auth::guard($guard)->check()) {
|
||||
return redirect('/');
|
||||
return redirect('/home');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user