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

# VerifyMfaInlineFlow

```ts theme={null}
function VerifyMfaInlineFlow(props: VerifyMfaInlineFlowProps): Element;
```

The transition component for the inline MFA flow.
Place this inside VerifyMfaInline, alongside VerifyMfaInlineBackButton if needed.

## Parameters

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

## Returns

`Element`

The rendered transition component.

## See

[VerifyMfaInline](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-react/Components/VerifyMfaInline)
