From 1ae98604a4790da45ef99d10fedec4d113420bbc Mon Sep 17 00:00:00 2001 From: DaneEveritt Date: Sat, 7 May 2022 15:25:50 -0400 Subject: [PATCH] Mark the 2FA field as a one-time-password field for autocomplete; closes #4038 --- resources/scripts/components/auth/LoginCheckpointContainer.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/scripts/components/auth/LoginCheckpointContainer.tsx b/resources/scripts/components/auth/LoginCheckpointContainer.tsx index df2018ee7..ac2f1c749 100644 --- a/resources/scripts/components/auth/LoginCheckpointContainer.tsx +++ b/resources/scripts/components/auth/LoginCheckpointContainer.tsx @@ -39,6 +39,7 @@ const LoginCheckpointContainer = () => { : 'Enter the two-factor token generated by your device.' } type={'text'} + autoComplete={'one-time-code'} autoFocus />