diff options
author | Eduardo Tachotte <58338880+0xEDU@users.noreply.github.com> | 2024-09-11 20:28:23 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-12 00:28:23 +0100 |
commit | cff7cbb4aa0a945399f4d44bb56a12ae0ed27278 (patch) | |
tree | d5592e0b6ea2bdabcae2b6a151ecbb94cc495d33 /src/screens/Signup/StepInfo/index.tsx | |
parent | 67f56af6d43abbe04d9837209fd8a16529f6f60a (diff) | |
download | voidsky-cff7cbb4aa0a945399f4d44bb56a12ae0ed27278.tar.zst |
Add autoCapitalize to password field (#5216)
Diffstat (limited to 'src/screens/Signup/StepInfo/index.tsx')
-rw-r--r-- | src/screens/Signup/StepInfo/index.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/screens/Signup/StepInfo/index.tsx b/src/screens/Signup/StepInfo/index.tsx index 47fb4c70b..e0a7912fd 100644 --- a/src/screens/Signup/StepInfo/index.tsx +++ b/src/screens/Signup/StepInfo/index.tsx @@ -172,6 +172,7 @@ export function StepInfo({ defaultValue={state.password} secureTextEntry autoComplete="new-password" + autoCapitalize="none" /> </TextField.Root> </View> |