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
children?(props: { step: "verification"; method: "totp"; Form: ReactNode; }) => ReactNodeThe children of the component.-