summary refs log tree commit diff
path: root/index.html
diff options
context:
space:
mode:
authorWlodekM <[email protected]>2024-12-04 09:22:15 +0200
committerWlodekM <[email protected]>2024-12-04 09:22:15 +0200
commitf74b5831c9bd7ed61afa5e86325f376dc27d4224 (patch)
tree1dbe943938e671c07d5e1c02c51708395db2da8b /index.html
parent00fbb2c4972b9b3852166803c63f133d955bf81d (diff)
logout worky and wip inbox HEAD main
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 7654336..f1a01d1 100644
--- a/index.html
+++ b/index.html
@@ -22,7 +22,7 @@
         <div>
             <button onclick="window.pages.goToPage('main')">home</button>
             <button onclick="window.pages.goToPage('settings')" disabled>settings</button>
-            <button onclick="throw new Error('A')" disabled>log out</button>
+            <button onclick="localStorage.clear();location.reload()">log out</button>
         </div>
     </div>
     <div class="main">