Bluesky app fork with some witchin' additions 💫

Add support for autofill of one-time-code for email verification (#5186)

authored by

Eric Bailey and committed by
GitHub
bdff8752 a1969faf

+1 -1
+1 -1
src/view/com/modals/VerifyEmail.tsx
··· 173 173 accessibilityLabel={_(msg`Confirmation code`)} 174 174 accessibilityHint="" 175 175 autoCapitalize="none" 176 - autoComplete="off" 176 + autoComplete="one-time-code" 177 177 autoCorrect={false} 178 178 /> 179 179 ) : undefined}