Parameters
| Parameter | Type | Description |
|---|---|---|
props | EnrollMfaDescriptionProps | The props for the component. |
Returns
Element
The rendered component.
function EnrollMfaDescription(props: EnrollMfaDescriptionProps): Element;
| Parameter | Type | Description |
|---|---|---|
props | EnrollMfaDescriptionProps | The props for the component. |
Element
The rendered component.
<EnrollMfa>
<EnrollMfaTitle />
<EnrollMfaDescription />
<EnrollMfaFlow />
</EnrollMfa>
Was this page helpful?