mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-12-12 11:38:00 -05:00
Update services/context/csrf.go
Typo
This commit is contained in:
parent
3b47409532
commit
76d011c4b2
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue