component TwoFactorChallenge { props { action = "/api/auth/mfa/complete" schema = "auth-mfa" otpAction = "/api/auth/mfa/otp" mfaToken = "" challengeId = "" method = "totp" returnTo = "/" title = "Two-step verification" description = "Choose a verification method and enter the code." submitLabel = "Verify" recoveryHref = "/recover" color = "primary" size = "md" class = "" } view {

{title}

{description}

Account recovery options
} }