diff options
Diffstat (limited to 'src/view/com/auth/create/Step1.tsx')
-rw-r--r-- | src/view/com/auth/create/Step1.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/view/com/auth/create/Step1.tsx b/src/view/com/auth/create/Step1.tsx index 41ec93502..a2663da86 100644 --- a/src/view/com/auth/create/Step1.tsx +++ b/src/view/com/auth/create/Step1.tsx @@ -144,7 +144,7 @@ export function Step1({ accessibilityHint={_(msg`Input email for Bluesky account`)} accessibilityLabelledBy="email" autoCapitalize="none" - autoComplete="off" + autoComplete="email" autoCorrect={false} autoFocus={!uiState.isInviteCodeRequired} /> @@ -169,7 +169,7 @@ export function Step1({ accessibilityHint={_(msg`Set password`)} accessibilityLabelledBy="password" autoCapitalize="none" - autoComplete="off" + autoComplete="new-password" autoCorrect={false} /> </View> |