Hello,
I am implementing custom flows using auth-js.
My question is, is it possible to skip the security question while reseting a password?
At the moment you have to request an email, then clink on that email (that lands on my custom resetPassword page) and then in order to set a new password you have to ask the user about his security question otherwise the resetPassword api call is returning me a 401 status all the time.
Thanks
