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