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

# VerifyMfaModalTrigger

```ts theme={null}
function VerifyMfaModalTrigger(props: VerifyMfaModalTriggerProps): Element;
```

A trigger button that opens the verify MFA modal.

## Parameters

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

## Returns

`Element`

The VerifyMfaModalTrigger component.
