diff --git a/src/view/com/modals/VerifyEmail.tsx b/src/view/com/modals/VerifyEmail.tsx index 7c1146a0..8fdec7d5 100644 --- a/src/view/com/modals/VerifyEmail.tsx +++ b/src/view/com/modals/VerifyEmail.tsx @@ -173,7 +173,7 @@ export function Component({ accessibilityLabel={_(msg`Confirmation code`)} accessibilityHint="" autoCapitalize="none" - autoComplete="off" + autoComplete="one-time-code" autoCorrect={false} /> ) : undefined}