Add support for autofill of one-time-code for email verification (#5186)
This commit is contained in:
parent
a1969faf8e
commit
bdff8752fb
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ export function Component({
|
|||
accessibilityLabel={_(msg`Confirmation code`)}
|
||||
accessibilityHint=""
|
||||
autoCapitalize="none"
|
||||
autoComplete="off"
|
||||
autoComplete="one-time-code"
|
||||
autoCorrect={false}
|
||||
/>
|
||||
) : undefined}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue