Skip to main content
function VerifyMfaFlowBackButton(props: VerifyMfaFlowBackButtonProps): null | Element;
A button to go back to the previous step of the MFA verification flow.

Parameters

ParameterTypeDescription
propsVerifyMfaFlowBackButtonPropsThe props for the component.

Returns

null | Element The rendered component.

See