Closed danilopinotti closed 2 years ago
Without this PR, when we try to resets password expecting a json response, the follow error appears:
{ "message": "Class \"Ellaisys\\Cognito\\Auth\\JsonResponse\" not found", "exception": "Error", "file": "/app/vendor/ellaisys/aws-cognito/src/Auth/ResetsPasswords.php", "line": 89, (...)
This PR fixes this error.
Thank you for sharing the fix. Appreciate your contribution to the open source community
Without this PR, when we try to resets password expecting a json response, the follow error appears:
This PR fixes this error.