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