Use cachet_redirect helper when logging out

This commit is contained in:
James Brooks 2017-07-26 08:41:52 -04:00
parent daeadc0e52
commit 26f0f3f50c

View File

@ -131,6 +131,6 @@ class AuthController extends Controller
Auth::logout();
return Redirect::to('/');
return cachet_redirect('status-page');
}
}