summaryrefslogtreecommitdiff
path: root/frontend
diff options
context:
space:
mode:
Diffstat (limited to 'frontend')
-rw-r--r--frontend/main.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/frontend/main.js b/frontend/main.js
index 0b5d3c5..0bf2944 100644
--- a/frontend/main.js
+++ b/frontend/main.js
@@ -32,7 +32,6 @@ async function subscribe() {
body: JSON.stringify(subscription),
headers: {
"Content-Type": "application/json",
- "Credentials": "include",
},
})
}