> ## 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.

# EnrollMfaError

```ts theme={null}
function EnrollMfaError(props: HTMLAttributes<HTMLDivElement>): null | Element;
```

A component for displaying an error banner in the EnrollMfa component.

## Parameters

| Parameter | Type                                | Description                                 |
| --------- | ----------------------------------- | ------------------------------------------- |
| `props`   | `HTMLAttributes`\<`HTMLDivElement`> | The props for the EnrollMfaError component. |

## Returns

`null` | `Element`

The EnrollMfaError component.
