From 17f4f6cbb283333472ec3f2903f07576d0584b7d Mon Sep 17 00:00:00 2001 From: altaf-creator Date: Mon, 29 Dec 2025 21:50:33 +0800 Subject: creds --- frontend/main.js | 1 + 1 file changed, 1 insertion(+) (limited to 'frontend/main.js') diff --git a/frontend/main.js b/frontend/main.js index 23da453..6f73e0a 100644 --- a/frontend/main.js +++ b/frontend/main.js @@ -32,6 +32,7 @@ async function subscribe() { body: JSON.stringify(subscription), headers: { "Content-Type": "application/json", + "Credentials": "include", }, }) } -- cgit v1.2.3