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.
2 parents 8476df5 + 223191a commit 091489dCopy full SHA for 091489d
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