moves userId to index
All checks were successful
CI / deploy (push) Successful in 5m49s

This commit is contained in:
2025-02-16 17:07:09 +01:00
parent 53a047217a
commit 87f4d71cc9
2 changed files with 5 additions and 6 deletions

View File

@@ -181,12 +181,6 @@ document.addEventListener("DOMContentLoaded", async () => {
document.getElementById('chatOverlayLink').href = url() + '/chatoverlay'
document.addEventListener("DOMContentLoaded", async () => {
if (!localStorage.getItem("userId")) {
localStorage.setItem("userId", self.crypto.randomUUID());
}
})
configurePopover();
})