Full URL or path to navigate to after successful sign in or sign up. The same as setting afterSignInUrl and afterSignUpUrl to the same value.
Name
afterSignInUrl?
Type
string
Description
The full URL or path to navigate to after a successful sign in.
Name
afterSignUpUrl?
Type
string
Description
The full URL or path to navigate to after a successful sign up.
Name
mode?
Type
'redirect' | 'modal'
Description
Determines what happens when a user clicks on the <SignUpButton>. Setting this to 'redirect' will redirect the user to the sign-up route. Setting this to 'modal' will open a modal on the current route. Defaults to 'redirect'