diff options
author | WlodekM <[email protected]> | 2024-12-04 09:22:15 +0200 |
---|---|---|
committer | WlodekM <[email protected]> | 2024-12-04 09:22:15 +0200 |
commit | f74b5831c9bd7ed61afa5e86325f376dc27d4224 (patch) | |
tree | 1dbe943938e671c07d5e1c02c51708395db2da8b /index.html | |
parent | 00fbb2c4972b9b3852166803c63f133d955bf81d (diff) |
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
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"> |