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

zio/stable
Eric Bailey 2024-09-06 11:22:29 -05:00 committed by GitHub
parent a1969faf8e
commit bdff8752fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ export function Component({
accessibilityLabel={_(msg`Confirmation code`)} accessibilityLabel={_(msg`Confirmation code`)}
accessibilityHint="" accessibilityHint=""
autoCapitalize="none" autoCapitalize="none"
autoComplete="off" autoComplete="one-time-code"
autoCorrect={false} autoCorrect={false}
/> />
) : undefined} ) : undefined}