Fleet Sandbox: Logout actually logs out of sandbox (#7213)
This commit is contained in:
@@ -0,0 +1 @@
|
||||
* Signout signs out of Sandbox mode
|
||||
@@ -21,7 +21,7 @@ const LogoutPage = ({ router }: ILogoutPageProps) => {
|
||||
clearToken();
|
||||
setTimeout(() => {
|
||||
window.location.href = isSandboxMode
|
||||
? "https://www.fleetdm.com"
|
||||
? "https://www.fleetdm.com/logout"
|
||||
: "/";
|
||||
}, 500);
|
||||
} catch (response) {
|
||||
|
||||
Reference in New Issue
Block a user