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