> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cdp.coinbase.com/llms.txt
> Use this file to discover all available pages before exploring further.

# EnrollMfaModalContent

```ts theme={null}
function EnrollMfaModalContent(props: EnrollMfaModalContentProps): Element;
```

The enroll MFA modal content.

## Parameters

| Parameter | Type                                                                                                                 | Description                                        |
| --------- | -------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------- |
| `props`   | [`EnrollMfaModalContentProps`](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-react/Interfaces/EnrollMfaModalContentProps) | The props for the EnrollMfaModalContent component. |

## Returns

`Element`

The EnrollMfaModalContent component.
