mirror of
https://github.com/go-gitea/gitea
synced 2025-07-23 02:38:35 +00: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