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