Fixed sign out error
This commit is contained in:
@@ -172,7 +172,7 @@ export default function NavigationBar() {
|
|||||||
title="Sign out"
|
title="Sign out"
|
||||||
onPress={() => {
|
onPress={() => {
|
||||||
localStorage.clear();
|
localStorage.clear();
|
||||||
window.location.reload();
|
window.location.href = "/";
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</DropdownMenu>
|
</DropdownMenu>
|
||||||
|
|||||||
Reference in New Issue
Block a user