Right now after logging in you have to click on the MFA box to put the cursor in the box in order to type in your MFA code. I want to make the MFA box the focus when this page comes up so the cursor is automatically in that box and we can just type the code, how can I right this in the code? confirmSignIn: {
confirmation_code: {
label: 'MFA Token:',
placeholder: 'Enter your device token',
isRequired: true,
},
},
#✅ - I have a code that is for MFA token, but when we sign in, we want to the box to have the cursor
1 messages · Page 1 of 1 (latest)
Resolving in favor or Github issue https://github.com/aws-amplify/amplify-ui/issues/4254. Please check in there for updates!
✅ - I have a code that is for MFA token, but when we sign in, we want to the box to have the cursor