Open KimThanh27920 opened 4 weeks ago
@KimThanh27920 Thank you for bringing this issue to our attention. Transferring the issue to aws-amplify/amplify-js repo that handles the underlying functions used by the authenticator component where the error message originates.
Hi @KimThanh27920 Thanks for opening this issue. Could you post the packages and versions listed in the package.json
of your project?
Before creating a new issue, please confirm:
On which framework/platform are you having an issue?
React
Which UI component?
Authenticator
How is your app built?
React App
What browsers are you seeing the problem on?
Chrome, Microsoft Edge
Which region are you seeing the problem in?
No response
Please describe your bug.
When user has multiple MFA methods, I try to send MFA code with type SOFTWARE_TOKEN_MFA, it always return invalid code error
What's the expected behaviour?
I believe the function should execute successfully and return my token.
Help us reproduce the bug!
Set up both of SMS MFA and Software Token MFA for the user, login normally and enter correct Software Token Code. It return invalid code error
Code Snippet
Console log output
No response
Additional information and screenshots
No response