Allow passcode invalid error to appear (#14371)
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
This commit is contained in:
		
							parent
							
								
									f95dce2f10
								
							
						
					
					
						commit
						127907c5e6
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -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 a new issue