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 ?