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