Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+1 -1
+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