mirror of
https://github.com/go-gitea/gitea
synced 2025-07-06 02:27:20 +00:00
#1891 attempt to fix expected invalid CSRF token
- Remove unused config settings `[picture] service`
This commit is contained in:
@ -222,7 +222,6 @@ func Config(ctx *middleware.Context) {
|
||||
|
||||
ctx.Data["SessionConfig"] = setting.SessionConfig
|
||||
|
||||
ctx.Data["PictureService"] = setting.PictureService
|
||||
ctx.Data["DisableGravatar"] = setting.DisableGravatar
|
||||
|
||||
type logger struct {
|
||||
|
Reference in New Issue
Block a user