Hi, I want to customize the password reset email a...
# general
k
Hi, I want to customize the password reset email as described here: https://supertokens.io/docs/emailpassword/common-customizations/reset-password/password-reset-email However, when providing the function "createAndSendCustomEmail" I get the following error:
Copy code
Type '{ createAndSendCustomEmail: (user: any, passwordResetURLWithToken: any) => Promise<void>; }' is not assignable to type 'ResetPasswordUsingTokenUserInput'.
Any ideas on how to solve this? Thanks a lot in advance!
2 Views