wiesson
04/05/2022, 9:23 AMNeedle
04/05/2022, 9:23 AM/title
command!
We have solved your problem?
Click the button below to archive it.sylar815
04/05/2022, 10:02 AMNeedle
04/05/2022, 10:02 AMsilentworks
04/05/2022, 7:26 PMwiesson
04/07/2022, 7:22 AMwiesson
04/07/2022, 7:23 AMsilentworks
04/07/2022, 8:31 AMwiesson
04/07/2022, 10:05 AMwiesson
04/07/2022, 10:06 AMsilentworks
04/07/2022, 10:43 AMjs
await supabase.auth.signUp({ email, password }, { redirectTo: 'full_url_path' })
Since you would know the user type from the separate sign up page, you can change that redirectTo
url to wherever you want it to go after the user has finished signing up.
Do note that the redirectTo
url is the one that is sent in the email confirmation email.