fix logout bug

pull/24/head
Aevann1 2022-11-26 23:45:39 +02:00 committed by geese_suck
parent 62048af3e5
commit 3c38181b29
Signed by: geese_suck
GPG Key ID: 4D09E4B0A7264746
1 changed files with 0 additions and 6 deletions

View File

@ -407,9 +407,3 @@ function sendFormXHRSwitch(e) {
}
)
}
if ("serviceWorker" in navigator) {
navigator.serviceWorker.register("/service-worker.js?v=3")
.then((registration) => registration.update())
.catch((e) => console.log("Service worker update failed with error", e));
}