Hello Guys,
I am using Ory's Kratos for login singup
I am implementing password reset feature, We are using our own UI and handling/calling Ory's APIs at our backend
I am able to request OTP on email using Submit Recovery Flow (after calling get Recovery flow), but when I am calling submit recovery flow again by passing code that is recieved in email, it sends otp again,
https://www.ory.sh/docs/reference/api#tag/frontend/operation/updateRecoveryFlow
please help me here