mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-03-14 12:29:44 +01:00
Fix bad dashboard link
This commit is contained in:
parent
1c3e74a04d
commit
2742ea0298
@ -55,7 +55,7 @@ class RedirectIfAuthenticated
|
||||
public function handle(Request $request, Closure $next)
|
||||
{
|
||||
if ($this->auth->check()) {
|
||||
return new RedirectResponse(route('dashboard.index'));
|
||||
return new RedirectResponse(cachet_route('dashboard'));
|
||||
}
|
||||
|
||||
return $next($request);
|
||||
|
Loading…
x
Reference in New Issue
Block a user