how do I add a button to resend email confirmation...
# help
h
how do I add a button to resend email confirmation?
s
At the moment you have to do this server side and setup your own email sending service. You can generate the link using the
generateLink()
method https://supabase.com/docs/reference/javascript/auth-api-generatelink
h
oh I thought so. It would be great if there's a built-in api since I've set up my smtp server.
thanks for the help!
s
@User yeah that would be a good idea, maybe add it to the #867348150741237790 channel