diff options
| author | altaf-creator <dev@altafcreator.com> | 2025-12-29 21:50:33 +0800 |
|---|---|---|
| committer | altaf-creator <dev@altafcreator.com> | 2025-12-29 21:50:33 +0800 |
| commit | 17f4f6cbb283333472ec3f2903f07576d0584b7d (patch) | |
| tree | 14320715e9c7aadf3c11d558afdd5466f959ceb3 /frontend/main.js | |
| parent | 80c873152a64d917df1f88f17627830fb68da7f6 (diff) | |
creds
Diffstat (limited to 'frontend/main.js')
| -rw-r--r-- | frontend/main.js | 1 |
1 files changed, 1 insertions, 0 deletions
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", }, }) } |
