<RedirectToSignUp />
The <RedirectToSignUp />
component will navigate to the sign up URL which has been configured in your application instance. The behavior will be just like a server-side (3xx) redirect, and will override the current location in the history stack.
Usage
- Name
redirectUrl
- Type
string
- Description
Full URL or path to navigate after successful sign in or sign up.
This is the same as settingafterSignInUrl
andafterSignUpUrl
to the same value.
- Name
afterSignInUrl
- Type
string
- Description
The full URL or path to navigate after a successful sign in.
- Name
afterSignUpUrl
- Type
string
- Description
The full URL or path to navigate after a successful sign up.
- Name
initialValues
- Type
SignUpInitialValues
- Description
The values used to prefill the sign-up fields with.
Feedback
Last updated on