mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-06-05 12:06:41 +08:00
Finsih mail resend limit
This commit is contained in:
@ -67,5 +67,8 @@ func Config(ctx *middleware.Context) {
|
||||
ctx.Data["Mailer"] = base.MailService
|
||||
}
|
||||
|
||||
ctx.Data["CacheAdapter"] = base.CacheAdapter
|
||||
ctx.Data["CacheConfig"] = base.CacheConfig
|
||||
|
||||
ctx.HTML(200, "admin/config")
|
||||
}
|
||||
|
Reference in New Issue
Block a user