diff --git a/src/screens/Login/LoginForm.tsx b/src/screens/Login/LoginForm.tsx index f3661ac92c..6a48b1bcc7 100644 --- a/src/screens/Login/LoginForm.tsx +++ b/src/screens/Login/LoginForm.tsx @@ -257,7 +257,7 @@ export const LoginForm = ({ autoCapitalize="none" autoFocus autoCorrect={false} - autoComplete="off" + autoComplete="one-time-code" returnKeyType="done" textContentType="username" blurOnSubmit={false} // prevents flickering due to onSubmitEditing going to next field