Skip to content

Commit

Permalink
Fix documentation - credentials key, value order (#1400)
Browse files Browse the repository at this point in the history
  • Loading branch information
damoonrashidi authored Dec 6, 2024
1 parent 3c08996 commit 22e1955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/src/routes/guides/authentication/+page.svx
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ export default new HoudiniClient({
})
```

Tip: If your API uses HTTP-Only cookies, don't forget to add `include: "credentials"` to `fetchParams`' return value
Tip: If your API uses HTTP-Only cookies, don't forget to add `credentials: "include"` to `fetchParams`' return value

0 comments on commit 22e1955

Please sign in to comment.