diff --git a/public/index.html b/public/index.html index 150b894..91a0f97 100644 --- a/public/index.html +++ b/public/index.html @@ -249,7 +249,7 @@ // --- Initializer --- signOutBtn.addEventListener('click', () => handleSignOut()); updateUI(); - + console.log("Attempting to register service worker..."); // Add the registration code here, inside the same script if ('serviceWorker' in navigator) { window.addEventListener('load', () => {