diff options
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"> |