Bluesky app fork with some witchin' additions 💫

LoginForm: enable autocomplete on 2FA code field (#7019)

This should (fingers crossed) work in Safari, at least.

authored by rcombs and committed by GitHub 6308e91d b7ddb07d

Changed files
+1 -1
src
screens
+1 -1
src/screens/Login/LoginForm.tsx
··· 257 257 autoCapitalize="none" 258 258 autoFocus 259 259 autoCorrect={false} 260 - autoComplete="off" 260 + autoComplete="one-time-code" 261 261 returnKeyType="done" 262 262 textContentType="username" 263 263 blurOnSubmit={false} // prevents flickering due to onSubmitEditing going to next field