summaryrefslogtreecommitdiffstats
path: root/dist/js/logout.js
diff options
context:
space:
mode:
Diffstat (limited to 'dist/js/logout.js')
-rw-r--r--dist/js/logout.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/dist/js/logout.js b/dist/js/logout.js
new file mode 100644
index 0000000..3f9f7ed
--- /dev/null
+++ b/dist/js/logout.js
@@ -0,0 +1,2 @@
+
+localforage.clear().then(()=>{window.location.replace("/index.html");}); \ No newline at end of file