Convex Auth - reset password when logged in
The problem I'm having it that the reset flow seems to delete the session data, logging the user out. I ideally don't want this as this breaks the UI and throws an error as there are queries in the background that rerun and throw an error if there's no logged in user.
Is there a way round this? I feel like this is a common situation where a user would like to update their password whilst logged in?
I've alternatively looked at not using the signIn auth method with the reset flow, but instead trying to use a mutation to update the password but I note that you can't seem to patch the password as it isn't exposed
Thanks
