Mark the 2FA field as a one-time-password field for autocomplete; closes #4038
This commit is contained in:
parent
e88d24e0db
commit
1ae98604a4
|
@ -39,6 +39,7 @@ const LoginCheckpointContainer = () => {
|
||||||
: 'Enter the two-factor token generated by your device.'
|
: 'Enter the two-factor token generated by your device.'
|
||||||
}
|
}
|
||||||
type={'text'}
|
type={'text'}
|
||||||
|
autoComplete={'one-time-code'}
|
||||||
autoFocus
|
autoFocus
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue