You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/security/csrf.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,4 +38,4 @@ import fastifyCsrf from 'fastify-csrf';
38
38
app.register(fastifyCsrf);
39
39
```
40
40
41
-
> warning **Warning** As explained on the [`fastify-csrf` docs](https://github.com/fastify/fastify-csrf#usage), this plugin requires some storage plugin to be initialized first. Please, see that documentation for further instructions.
41
+
> warning **Warning** As explained in the `fastify-csrf` docs[here](https://github.com/fastify/fastify-csrf#usage), this plugin requires a storage plugin to be initialized first. Please, see that documentation for further instructions.
0 commit comments