Mark the 2FA field as a one-time-password field for autocomplete; closes #4038

This commit is contained in:
DaneEveritt 2022-05-07 15:25:50 -04:00
parent e88d24e0db
commit 1ae98604a4
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53

View file

@ -39,6 +39,7 @@ const LoginCheckpointContainer = () => {
: 'Enter the two-factor token generated by your device.'
}
type={'text'}
autoComplete={'one-time-code'}
autoFocus
/>
</div>