forked from rDrama/rDrama
1
0
Fork 0

fix logout bug

master
Aevann1 2022-11-26 23:45:39 +02:00
parent a56633c3b1
commit cdac98ae05
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));
}