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

# VerifyMfaFlowBackButton

```ts theme={null}
function VerifyMfaFlowBackButton(props: VerifyMfaFlowBackButtonProps): null | Element;
```

A button to go back to the previous step of the MFA verification flow.

## Parameters

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

## Returns

`null` | `Element`

The rendered component.

## See

* [VerifyMfaFlow](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-react/Components/VerifyMfaFlow)
* [VerifyMfa](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-react/Components/VerifyMfa)
