Files
vote-rllhc/static/js/logout.js
2024-09-28 23:27:21 +02:00

4 lines
112 B
JavaScript

setTimeout(async () => {
await fetch("/logout", {method: "POST"});
window.location.href = "/";
}, 3000);