Update services/context/csrf.go

Typo
This commit is contained in:
FermeLeLundi 2024-11-28 10:12:46 +00:00
parent 3b47409532
commit 76d011c4b2

View file

@ -49,7 +49,7 @@ type csrfProtector struct {
opt CsrfOptions
// id must be unique per user.
id string
// token is the valid one which wil be used by end user and passed via header, cookie, or hidden form value.
// token is the valid one which will be used by end user and passed via header, cookie, or hidden form value.
token string
}