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`)}
|
accessibilityLabel={_(msg`Confirmation code`)}
|
||||||
accessibilityHint=""
|
accessibilityHint=""
|
||||||
autoCapitalize="none"
|
autoCapitalize="none"
|
||||||
autoComplete="off"
|
autoComplete="one-time-code"
|
||||||
autoCorrect={false}
|
autoCorrect={false}
|
||||||
/>
|
/>
|
||||||
) : undefined}
|
) : undefined}
|
||||||
|
|
Loading…
Reference in New Issue