\r\n\r\n {authAppEnabled &&\r\n
\r\n setSelectedMethod('app')} checked={selectedMethod === 'app'} />\r\n \r\n {selectedMethod === 'app' && setAuthAppVerificationCode(e.target.value)} autoComplete=\"off\" autoFocus={selectedMethod === 'app'} className=\"form-control\" id=\"appInput\" name=\"AuthAppVerificationCode\" placeholder=\"Enter your verification code\" required style={{ display: \"block\", marginTop: \"20px\", width: \"250px\" }} type=\"text\" />}\r\n
}\r\n\r\n {smsEnabled &&\r\n
\r\n
setSelectedMethod('sms')} checked={selectedMethod === 'sms'} />\r\n
\r\n {selectedMethod === 'sms' && <>\r\n
\r\n
Request Verification Code
\r\n
\r\n
A verification code will be sent to {maskedPhoneNumber} that will expire after 5 minutes.
\r\n
\r\n { setSmsConfirmationChecked(e.target.checked); setSmsSendCodeDisabled(!e.target.checked); }} style={{ marginRight: \"10px\" }} />\r\n \r\n
\r\n
SendSmsCode(() => { setSmsConfirmationChecked(false); setSmsSendCodeDisabled(true) }, setConfirmationMessage, setErrorMessage) : undefined} />\r\n
\r\n
\r\n setSmsVerificationCode(e.target.value)} autoComplete=\"off\" className=\"form-control\" id=\"smsInput\" name=\"SmsVerificationCode\" placeholder=\"Enter your verification code\" style={{ display: \"block\", marginTop: \"20px\", width: \"250px\", marginLeft: \"inherit\" }} type=\"text\" />\r\n
\r\n >}\r\n
}\r\n\r\n {enableRecovery &&\r\n
\r\n
\r\n setSelectedMethod('recovery')} checked={selectedMethod === 'recovery'} />\r\n
\r\n
\r\n {selectedMethod === 'recovery' && <>\r\n
\r\n Note: Using recovery code will remove MFA from your account and log you out. To regain access to your account, you will need to log back in and follow the steps to re-enroll in MFA.\r\n
\r\n
setRecoveryCode(e.target.value)} autoComplete=\"off\" autoFocus={selectedMethod === 'recovery'} className=\"form-control\" id=\"rcInput\" name=\"RecoveryCode\" placeholder=\"Enter your recovery code\" style={{ display: \"block\", marginTop: \"20px\", width: \"250px\" }} type=\"text\" />\r\n >}\r\n
\r\n }\r\n\r\n
\r\n