Hey guys,
I use a customized version of custom_signup_flow as a dependency in my app. I’m looking to allow my app users to change their passwords in their Account sections if they want to. And I’d like to send a confirmation email to the new address to confirm that they actually own it.
What is the best way to go about this? Add a new function to the dependency, similar to the app’s existing _send_email_confirm_link
function?