An ATproto social media client -- with an independent Appview.

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