Options to resend confirmation email via custom function

Hey,
I am using the email/password provider for my stitch application. The email address confirmation is sent via custom function, along with the password reset. However, there is no option to resend the email confirmation link via custom function. I am currently resending the confirmation via the code below. Is there currently a method for resending a confirmation email via custom function?

await emailPasswordClient.resendConfirmationEmail(email)

Thanks!

1 Like

Hi Patrick – We haven’t added the re-run custom confirmation endpoint to the SDK yet but are hoping to soon. In the meantime, you should be able to hit the client API endpoint directly from your frontend as outlined in this Github issue.

1 Like