about summary refs log tree commit diff
path: root/src/screens/Signup/StepInfo/index.tsx
diff options
context:
space:
mode:
authorEduardo Tachotte <58338880+0xEDU@users.noreply.github.com>2024-09-11 20:28:23 -0300
committerGitHub <noreply@github.com>2024-09-12 00:28:23 +0100
commitcff7cbb4aa0a945399f4d44bb56a12ae0ed27278 (patch)
treed5592e0b6ea2bdabcae2b6a151ecbb94cc495d33 /src/screens/Signup/StepInfo/index.tsx
parent67f56af6d43abbe04d9837209fd8a16529f6f60a (diff)
downloadvoidsky-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.tsx1
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>