Try force full page redirect of marketing site

This commit is contained in:
Seth Call 2025-03-04 21:46:52 -06:00
parent 7faac7b61b
commit b7732c11f8
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ const ProfileDropdown = () => {
});
setCurrentUser(null);
await logout();
history.push('/profile');
window.location.href = "/";
};
return (