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

How should i can sent one extra parameter while user do the forget password. #218

Closed MurtuzaSrashtaSoft closed 1 year ago

MurtuzaSrashtaSoft commented 1 year ago

How should i can sent one extra parameter while user do the forget password.

below is my code snippet. is this feature is possible.

i want to pass company name in below request.

Future forgotPassword(String email, BuildContext context) async { logger.d('Reset password'); final cognitoUser = CognitoUser(email, getUserPool(context)); final dynamic object = await cognitoUser.forgotPassword(); logger.d(object.toString()); return object; }

MurtuzaSrashtaSoft commented 1 year ago

not needed so close issue.