My question: How do I stay at localhost(127.etc) a...
# javascript
c
My question: How do I stay at localhost(127.etc) after logging using the link from email?
b
You need to pass the redirect parameter in your login code
Actually it’s called “redirectTo”. See: https://supabase.io/docs/reference/javascript/auth-signin
c
got it, thank you!