CDP Frontend SDK
    Preparing search index...

    Interface SignInBackButtonProps

    A button to go back to the previous step of the sign-in flow.

    interface SignInBackButtonProps {
        step?: "credentials" | "verification";
        size?: ButtonSize;
        variant?: ButtonVariant;
    }

    Hierarchy

    • HTMLAttributes<HTMLButtonElement>
      • SignInBackButtonProps
    Index

    Properties

    Properties

    step?: "credentials" | "verification"

    If set, will render the back button for this step of the sign in flow, regardless of the context value.

    size?: ButtonSize

    The size of the button.

    variant?: ButtonVariant

    The variant of the button.