Update services/context/csrf.go
Typo
This commit is contained in:
parent
3b47409532
commit
76d011c4b2
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user