summaryrefslogtreecommitdiff
path: root/frontend/src/start.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/start.tsx')
-rw-r--r--frontend/src/start.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/start.tsx b/frontend/src/start.tsx
index e9a2a8ec..1d0d821c 100644
--- a/frontend/src/start.tsx
+++ b/frontend/src/start.tsx
@@ -32,7 +32,7 @@ declare global {
backend: {
loadPath: 'http://127.0.0.1:1337/locales/{{lng}}.json',
customHeaders: {
- Authentication: deckyAuthToken,
+ 'X-Decky-Auth': deckyAuthToken,
},
requestOptions: {
credentials: 'include',