mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-04 08:17:24 -05:00
Allow passcode invalid error to appear (#14371)
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
This commit is contained in:
parent
f95dce2f10
commit
127907c5e6
@ -195,7 +195,7 @@ func EnrollTwoFactorPost(ctx *context.Context, form auth.TwoFactorAuthForm) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
ctx.Flash.Error(ctx.Tr("settings.passcode_invalid"))
|
ctx.Flash.Error(ctx.Tr("settings.passcode_invalid"))
|
||||||
ctx.HTML(200, tplSettingsTwofaEnroll)
|
ctx.Redirect(setting.AppSubURL + "/user/settings/security/two_factor/enroll")
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user