Skip to main content
function VerifyMfaFooter(props: HTMLAttributes<HTMLDivElement>): Element;
A footer component for the MFA verification flow.

Parameters

ParameterTypeDescription
propsHTMLAttributes<HTMLDivElement>The props for the component.

Returns

Element The rendered footer.

Example

<VerifyMfa>
  <VerifyMfaTitle />
  <VerifyMfaDescription />
  <VerifyMfaFlow />
  <VerifyMfaFooter />
</VerifyMfa>