We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8476df5 commit 223191aCopy full SHA for 223191a
app/Http/Middleware/RedirectIfAuthenticated.php
@@ -35,7 +35,7 @@ public function __construct(Guard $auth)
35
public function handle($request, Closure $next)
36
{
37
if ($this->auth->check()) {
38
- return redirect('/home');
+ return redirect('/');
39
}
40
41
return $next($request);
0 commit comments