Try force full page redirect of marketing site
This commit is contained in:
parent
7faac7b61b
commit
b7732c11f8
|
|
@ -28,7 +28,7 @@ const ProfileDropdown = () => {
|
||||||
});
|
});
|
||||||
setCurrentUser(null);
|
setCurrentUser(null);
|
||||||
await logout();
|
await logout();
|
||||||
history.push('/profile');
|
window.location.href = "/";
|
||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue