mirror of
https://gitee.com/gitea/gitea
synced 2025-12-31 20:56:34 +08:00
Convert captcha, cache, csrf as middlewares
This commit is contained in:
@@ -103,7 +103,6 @@ var TemplateFuncs template.FuncMap = map[string]interface{}{
|
||||
"ActionContent2Commits": ActionContent2Commits,
|
||||
"Oauth2Icon": Oauth2Icon,
|
||||
"Oauth2Name": Oauth2Name,
|
||||
"CreateCaptcha": func() string { return "" },
|
||||
}
|
||||
|
||||
type Actioner interface {
|
||||
|
||||
Reference in New Issue
Block a user