Skip to content

Instantly share code, notes, and snippets.

@adamcyber1
Created September 22, 2020 00:03
Show Gist options
  • Save adamcyber1/1157cdbe1c9f741857e313fbf561a1e5 to your computer and use it in GitHub Desktop.
Save adamcyber1/1157cdbe1c9f741857e313fbf561a1e5 to your computer and use it in GitHub Desktop.
Doogle Grive confirm
confirmUser() async {
SignUpResult res = await Amplify.Auth.confirmSignUp(
username: this.widget.username,
confirmationCode: code.trim()
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment