Hello <@498057949541826571> Is there any way to p...
# support-questions-legacy
c
Hello @rp_st Is there any way to pass custom origin url in below function ?? const res = await EmailPassword.sendResetPasswordEmail( session?.tenantId, invitedUser.user.id, userInput.email, userInput, ); Right now it's take default origin for reset password link, but i want to pass my custom origin for reset password link so it is possible ?