furaiev / amazon-cognito-identity-dart-2

Unofficial Amazon Cognito Identity Provider Dart SDK, to easily add user sign-up and sign-in to your mobile and web apps with AWS.
MIT License
182 stars 113 forks source link

confirmPassword should return response rather than always true #261

Open cjmeyer-polymorph opened 1 month ago

cjmeyer-polymorph commented 1 month ago

In forgotPassword, the result of the ForgotPassword request is returned from the function. In confirmPassword, it runs the ConfirmForgotPassword request but then returns true and ignores the result. confirmPassword should also return the result of the request.