mirror of
https://github.com/go-gitea/gitea
synced 2025-07-23 02:38:35 +00:00
Clean repo code
This commit is contained in:
@@ -217,7 +217,7 @@ func SignUpPost(ctx *middleware.Context, form auth.RegisterForm) {
|
||||
if form.Password != form.RetypePasswd {
|
||||
ctx.Data["Err_Password"] = true
|
||||
ctx.Data["Err_RetypePasswd"] = true
|
||||
ctx.RenderWithErr("Password and re-type password are not same", "user/signup", &form)
|
||||
ctx.RenderWithErr("Password and re-type password are not same.", "user/signup", &form)
|
||||
return
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user