generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
authenticatorThis issue relates to the Authenticator componentThis issue relates to the Authenticator componentbugSomething isn't workingSomething isn't working
Description
Before creating a new issue, please confirm:
- I have searched for duplicate or closed issues.
- I have read the guide for submitting bug reports.
Which UI component?
Authenticator
Gradle script dependencies
// Put output below this line
Environment information
# Put output below this line
Please include any relevant guides or documentation you're referencing
No response
Describe the bug
When the user reaches the OTP code entry view (e.g. during MFA or when confirming account signup) the autofill value is always set to ContentType.SmsOtpCode. This works great if the OTP code was sent via SMS but no so much if it was sent via email.
Autofill value should only be set if the delivery medium for the code is SMS. For Email codes there is no autofill support.
Reproduction steps (if applicable)
No response
Code Snippet
// Put your code below this line.
Log output
// Put your logs below this line
Configuration File
No response
Additional information and screenshots
No response
Metadata
Metadata
Assignees
Labels
authenticatorThis issue relates to the Authenticator componentThis issue relates to the Authenticator componentbugSomething isn't workingSomething isn't working