We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a93b4ef commit 44f943eCopy full SHA for 44f943e
routers/user/auth.go
@@ -1215,7 +1215,7 @@ func commonResetPassword(ctx *context.Context) *models.User {
1215
func ResetPasswd(ctx *context.Context) {
1216
ctx.Data["IsResetForm"] = true
1217
1218
- _ = commonResetPassword(ctx)
+ commonResetPassword(ctx)
1219
1220
ctx.HTML(200, tplResetPassword)
1221
}
0 commit comments