Join Discord
Communities
Powered by
My question: How do I stay at localhost(127.etc) a...
# javascript
c
Crane
08/29/2021, 8:35 PM
My question: How do I stay at localhost(127.etc) after logging using the link from email?
b
burggraf
08/29/2021, 8:58 PM
You need to pass the redirect parameter in your login code
burggraf
08/29/2021, 8:59 PM
Actually it’s called “redirectTo”. See:
https://supabase.io/docs/reference/javascript/auth-signin
c
Crane
08/29/2021, 9:01 PM
got it, thank you!
Previous
Next