Error Response 500 is not getting diaplayed when password and confirm password typed wrong
问题 my response getting successfully displayed when password and confirm password typed right....but when it mismatched it is not going to else part....not showing toast anything......please guide me ...need help...thanks in advance here is my response when password and confirm password typed wrong in postman:- { "status": 500, "message": "Could not reset password.", "error": { "confirm_password": { "compareWith": "Passwords mismatch." } }, "user_msg": "Could not reset password, please try again.