summaryrefslogtreecommitdiffstats
path: root/js/logout.js
blob: 8d2df62c81f05b2fcef23fd0dc6ad9ba1030536f (plain) (blame)
1
2
3
localforage.clear().then(() => {
    window.location.replace("/index.html");
});