Skip to content

Commit 1ae9860

Browse files
committed
Mark the 2FA field as a one-time-password field for autocomplete; closes pterodactyl#4038
1 parent e88d24e commit 1ae9860

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resources/scripts/components/auth/LoginCheckpointContainer.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ const LoginCheckpointContainer = () => {
3939
: 'Enter the two-factor token generated by your device.'
4040
}
4141
type={'text'}
42+
autoComplete={'one-time-code'}
4243
autoFocus
4344
/>
4445
</div>

0 commit comments

Comments
 (0)