Back to profile
This commit is contained in:
parent
98cae96d5d
commit
7faac7b61b
|
|
@ -28,7 +28,7 @@ const ProfileDropdown = () => {
|
|||
});
|
||||
setCurrentUser(null);
|
||||
await logout();
|
||||
history.push('/');
|
||||
history.push('/profile');
|
||||
};
|
||||
|
||||
return (
|
||||
|
|
|
|||
Loading…
Reference in New Issue