Now force reloading to log out

ref #103
This commit is contained in:
Nicolai Ort 2021-03-19 19:18:56 +01:00
parent 0b6134dd80
commit 342a95ddbe

View File

@ -59,6 +59,9 @@
duration: 2500,
backgroundColor: "linear-gradient(to right, #00b09b, #96c93d)",
}).showToast();
setTimeout(() => {
location.replace("./");
}, 500);
})
.catch((err) => {});
}