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);
|
||||
await logout();
|
||||
history.push('/profile');
|
||||
window.location.href = "/";
|
||||
};
|
||||
|
||||
return (
|
||||
|
|
|
|||
Loading…
Reference in New Issue