diff --git a/web/js/ui/util.js b/web/js/ui/util.js index 986d2d0..41e1b8b 100644 --- a/web/js/ui/util.js +++ b/web/js/ui/util.js @@ -162,7 +162,7 @@ async function press_logout() { if (confirm("Are you sure you want to sign out?")) { localStorage.clear(); await dbclear(); - window.location.href = url.toString() + window.location.reload(); } }