Add support for autofill of one-time-code for email verification (#5186)
This commit is contained in:
@@ -173,7 +173,7 @@ export function Component({
|
||||
accessibilityLabel={_(msg`Confirmation code`)}
|
||||
accessibilityHint=""
|
||||
autoCapitalize="none"
|
||||
autoComplete="off"
|
||||
autoComplete="one-time-code"
|
||||
autoCorrect={false}
|
||||
/>
|
||||
) : undefined}
|
||||
|
||||
Reference in New Issue
Block a user