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
187 stars 114 forks source link

CognitoUser.forgotPassword() don't send email. #144

Closed siesstarr closed 3 years ago

siesstarr commented 3 years ago

code:

final CognitoUser cognitoUser = CognitoUser(email, _userPool);
final dynamic code = await cognitoUser.forgotPassword();

return: image

But! I can't got mail.

siesstarr commented 3 years ago

https://stackoverflow.com/questions/60810326/use-cognito-forgot-password-cannot-receive-any-code-with-email