web/admin: fix code-based MFA toggle not working in wizard (#11854) closes #11834 Signed-off-by: Jens Langhammer <jens@goauthentik.io> Co-authored-by: Jens L. <jens@goauthentik.io>
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							8c547589f6
						
					
				
				
					commit
					d96b577abd
				
			@ -97,7 +97,7 @@ export class ApplicationWizardApplicationDetails extends WithBrandConfig(BasePro
 | 
			
		||||
                </ak-radio-input>
 | 
			
		||||
 | 
			
		||||
                <ak-switch-input
 | 
			
		||||
                    name="openInNewTab"
 | 
			
		||||
                    name="mfaSupport"
 | 
			
		||||
                    label=${msg("Code-based MFA Support")}
 | 
			
		||||
                    ?checked=${provider?.mfaSupport ?? true}
 | 
			
		||||
                    help=${mfaSupportHelp}
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user