Profile default on logout

This commit is contained in:
Seth Call 2025-03-04 21:02:01 -06:00
parent 9d7fea284a
commit 69f4bc837a
1 changed files with 1 additions and 1 deletions

View File

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