Fixed sign out error

This commit is contained in:
2024-08-13 13:20:56 +08:00
parent 3772ca03eb
commit c6bc9e9a64

View File

@@ -172,7 +172,7 @@ export default function NavigationBar() {
title="Sign out"
onPress={() => {
localStorage.clear();
window.location.reload();
window.location.href = "/";
}}
/>
</DropdownMenu>