mirror of
https://gitee.com/gitea/gitea
synced 2025-12-27 10:46:36 +08:00
Mirror bug fix
This commit is contained in:
@@ -341,7 +341,7 @@ func Activate(ctx *middleware.Context) {
|
||||
} else {
|
||||
ctx.Data["ServiceNotEnabled"] = true
|
||||
}
|
||||
ctx.HTML(200, "user/active")
|
||||
ctx.HTML(200, "user/activate")
|
||||
return
|
||||
}
|
||||
|
||||
@@ -363,7 +363,7 @@ func Activate(ctx *middleware.Context) {
|
||||
}
|
||||
|
||||
ctx.Data["IsActivateFailed"] = true
|
||||
ctx.HTML(200, "user/active")
|
||||
ctx.HTML(200, "user/activate")
|
||||
}
|
||||
|
||||
func ForgotPasswd(ctx *middleware.Context) {
|
||||
|
||||
Reference in New Issue
Block a user