Parameters
| Parameter | Type | Description |
|---|---|---|
props | HTMLAttributes<HTMLDivElement> | The props for the component. |
Returns
Element
The rendered footer.
function VerifyMfaFooter(props: HTMLAttributes<HTMLDivElement>): Element;
| Parameter | Type | Description |
|---|---|---|
props | HTMLAttributes<HTMLDivElement> | The props for the component. |
Element
The rendered footer.
<VerifyMfa>
<VerifyMfaTitle />
<VerifyMfaDescription />
<VerifyMfaFlow />
<VerifyMfaFooter />
</VerifyMfa>
Was this page helpful?