summaryrefslogtreecommitdiffstats
path: root/dist/js/logout.js
blob: 3f9f7ede1703e46cebb767ea544269a41daa533c (plain) (blame)
1
2

localforage.clear().then(()=>{window.location.replace("/index.html");});