Open goatcube opened 1 month ago
Hi @goatcube, thanks for opening this. Marking as a feature request for the Authenticator
, adding support for Email OTP is something we are interested in
Hi @goatcube, thanks for opening this. Marking as a feature request for the
Authenticator
, adding support for Email OTP is something we are interested in
I just ran into this exact same issue and found this thread on it. So, e-mail MFA isn't currently supported with amplify (authenticator)?
@msudol, email MFA is not currently supported in the Authenticator component. However, the amplify-js
repo is tracking this in a related feature request (Issue #13837). The support for this will likely be released sooner for the JS API's, but we'll update this issue with progress as it's made for the Authenticator component as well.
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?
Create React App
What browsers are you seeing the problem on?
Chrome
Which region are you seeing the problem in?
No response
Please describe your bug.
In an app using the Authenticator component, when Advanced security is enabled for a Cognito user pool and email MFA is required, attempts to login result in the following error message being displayed:
What's the expected behaviour?
When there is an email OTP challenge, the user is prompted to enter the code that is sent via email and no error messages are displayed.
Help us reproduce the bug!
The following error message is displayed:
Code Snippet
Console log output
No response
Additional information and screenshots
No response