Back to profile

This commit is contained in:
Seth Call 2025-03-04 21:35:08 -06:00
parent 98cae96d5d
commit 7faac7b61b
1 changed files with 1 additions and 1 deletions

View File

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