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

# VerifyMfaFooter

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

A footer component for the MFA verification flow.

## Parameters

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

## Returns

`Element`

The rendered footer.

## Example

```tsx theme={null}
<VerifyMfa>
  <VerifyMfaTitle />
  <VerifyMfaDescription />
  <VerifyMfaFlow />
  <VerifyMfaFooter />
</VerifyMfa>
```
