how i can change redirect url for reset password
its send a url but with redirect url i don't know how i can set it
1 Reply
How you can set which redirect URL? Do you mean the
redirectTo
that you would normally get with methods such as .signInWithOtp
?
If you look at the reference docs for the .generateLink
https://supabase.com/docs/reference/javascript/auth-admin-generatelink and expand the options you will see how to set this there.