Merge pull request #2664 from CachetHQ/logout-redirect

Use cachet_redirect helper when logging out
This commit is contained in:
James Brooks
2017-07-26 14:23:12 -04:00
committed by GitHub

View File

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