From 978b9b2c71755914dd888725340d0fa4bceb00a2 Mon Sep 17 00:00:00 2001 From: Karl Date: Thu, 17 Jul 2025 17:19:21 +0100 Subject: [PATCH] loggin --- templates/base.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/base.html b/templates/base.html index 8d2739a..e771e33 100644 --- a/templates/base.html +++ b/templates/base.html @@ -93,6 +93,7 @@ return response.json(); }) .then(data => { + console.log('Received VAPID public key:', data.public_key); const applicationServerKey = urlB64ToUint8Array(data.public_key); registration.pushManager.subscribe({ userVisibleOnly: true,