Checkboxes for prior research
Describe the bug
The Cognito managed login experience prompts the user to "Set up MFA" when they have multiple MFA options configured (no preferred). This is confusing as the user has already setup MFA and is selecting the option they want to use on this page. This is agnostic of the sdk, but I wasn't sure where else to log this issue.
Regression Issue
SDK version number
@aws-sdk/client-cognito-identity-provider@3.1011.0
Which JavaScript Runtime is this issue in?
Browser
Details of the browser/Node.js/ReactNative version
Firefox, Chrome, Edge, Safari. Windows 10, MacOS 26.4
Reproduction Steps
- Configure SMS and TOTP MFA for a user
- Sign in through the managed login page
Observed Behavior
The page to choose which MFA option to use reads "Set up MFA"
Expected Behavior
It should read "Select MFA" or something else that conveys that the user is selecting an option, not setting one up.
Possible Solution
Update the text to "Select MFA"
Additional Information/Context
No response
Checkboxes for prior research
Describe the bug
The Cognito managed login experience prompts the user to "Set up MFA" when they have multiple MFA options configured (no preferred). This is confusing as the user has already setup MFA and is selecting the option they want to use on this page. This is agnostic of the sdk, but I wasn't sure where else to log this issue.
Regression Issue
SDK version number
@aws-sdk/client-cognito-identity-provider@3.1011.0
Which JavaScript Runtime is this issue in?
Browser
Details of the browser/Node.js/ReactNative version
Firefox, Chrome, Edge, Safari. Windows 10, MacOS 26.4
Reproduction Steps
Observed Behavior
The page to choose which MFA option to use reads "Set up MFA"
Expected Behavior
It should read "Select MFA" or something else that conveys that the user is selecting an option, not setting one up.
Possible Solution
Update the text to "Select MFA"
Additional Information/Context
No response