Docs

You are viewing an archived version of the docs.Go to latest version

SignUpRedirectOptions

An interface that provides options for sign-up redirect methods.

Properties

  • Name
    afterSignInUrl?
    Type
    string | null | undefined
    Description

    Full URL or path to navigate after successful sign-in.

  • Name
    afterSignUpUrl?
    Type
    string | null | undefined
    Description

    Full URL or path to navigate after successful sign-up. Sets the afterSignUpUrl if the "Sign up" link is clicked.

  • Name
    redirectUrl?
    Type
    string | null | undefined
    Description

    Full URL or path to navigate after successful sign in, or sign up.
    The same as setting afterSignInUrl and afterSignUpUrl to the same value.

  • Name
    initialValues?
    Type
    SignUpInitialValues
    Description

    The values used to prefill the sign-up fields with.

Feedback

What did you think of this content?

Last updated on