Skip to main content
function LinkAuthFlowBackButton(props: LinkAuthFlowBackButtonProps): null | Element;
A button to go back to the previous step of the link auth flow.

Parameters

ParameterTypeDescription
propsLinkAuthFlowBackButtonPropsThe props for the component.

Returns

null | Element The LinkAuthBackButton component.

See