Update csrf.md

fix readme example
pull/2848/head
RW 2024-02-10 19:51:20 +01:00 committed by GitHub
parent 97da409533
commit 389e63d2c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 2 deletions

View File

@ -146,8 +146,6 @@ KeyLookup will be ignored if Extractor is explicitly set.
Getting the CSRF token in a handler:
```go
```go
func handler(c fiber.Ctx) error {
handler := csrf.HandlerFromContext(c)