Hi @victor-wei126,
You can redirect to the sign up page by passing screen_hint
as a query string parameter to the /authorize
endpoint:
loginWithRedirect({ screen_hint: 'signup' })
Hi @victor-wei126,
You can redirect to the sign up page by passing screen_hint
as a query string parameter to the /authorize
endpoint:
loginWithRedirect({ screen_hint: 'signup' })