Jer
12/06/2021, 5:53 AM@supbase/supabase-js
and trying to use the redirectTo
on signUp
and it's not working. I'm not sure I understand why:
const {
error: e,
user,
session,
} = await supabase.auth.signUp(
{ email, password },
{ redirectTo: 'http://localhost:3000/access' }
);
I have this URL added in my Auth settings as well.silentworks
12/06/2021, 12:33 PMJer
12/06/2021, 5:09 PMsilentworks
12/07/2021, 11:47 AM