mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-01-17 21:49:01 +01:00
Use cachet_redirect helper when logging out
This commit is contained in:
parent
daeadc0e52
commit
26f0f3f50c
@ -131,6 +131,6 @@ class AuthController extends Controller
|
||||
|
||||
Auth::logout();
|
||||
|
||||
return Redirect::to('/');
|
||||
return cachet_redirect('status-page');
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user