Skip to main content
Props for the VerifyMfaFlow component.

Extends

  • Omit<HTMLAttributes<HTMLElement>, "children">

Properties

PropertyTypeDescriptionOverrides
autoFocus?booleanIf set, will auto focus the form when the component mounts.Omit.autoFocus
animateHeight?booleanIf set, will animate the height of the component.-
children?(props: { step: VerifyMfaStep; method: "totp" | "sms"; Content: ReactNode; }) => ReactNodeThe children of the component.-