Skip to main content
function VerifyMfaInlineBackButton(props: VerifyMfaInlineBackButtonProps): null | Element;
Back button for navigating from verify view back to content. Only renders when not using verifyFirst mode.

Parameters

ParameterTypeDescription
propsVerifyMfaInlineBackButtonPropsThe props for the component.

Returns

null | Element The back button or null if verifyFirst is true.