was working on forgot password flow for custom ui ...
# support-questions-legacy
i
was working on forgot password flow for custom ui but not able to override the function https://supertokens.com/docs/thirdpartyemailpassword/custom-ui/forgot-password here from frontend we are calling function
sendPasswordResetEmail
(working perfectly, getting reset password link) while in the backend section we have
sendEmail
(like shouldnt it be same, also it's immeditate parent is different on backend) i copied the docs, but still was not able to override the function am i missing something here PS: overides for other function like, emailPasswordSignup are working perfdectly
5 Views