diff options
Diffstat (limited to '')
-rw-r--r-- | dist/js/logout.js | 2 |
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 |