Skip to content

Commit

Permalink
Update csrf.ts (#1806)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebasptsch authored Sep 22, 2024
1 parent 2409a39 commit 4308b6b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/hip-trees-compare.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"backend": patch
---

Update csrf.ts
2 changes: 1 addition & 1 deletion packages/backend/src/auth/csrf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ export const csrfPlugin = fastifyPlugin(
},
{
name: "csrf",
fastify: "4.x",
fastify: "5.x",
},
);

0 comments on commit 4308b6b

Please sign in to comment.