aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-03-27 20:29:46 -0400
committerIvan Chen <ivan@tagg.id>2021-03-27 20:29:46 -0400
commitbf0a2abf8bab333ff0d87bc07002e6f96199ce3b (patch)
treeeaf092811d5be72e89e4dec9942dc59a1f8a0211 /src
parent3b8a11073f9a97a9f09e263dcc818c0094031c14 (diff)
disable auto correct in login
Diffstat (limited to 'src')
-rw-r--r--src/screens/onboarding/Login.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/screens/onboarding/Login.tsx b/src/screens/onboarding/Login.tsx
index 97f4fe87..49ca5ff4 100644
--- a/src/screens/onboarding/Login.tsx
+++ b/src/screens/onboarding/Login.tsx
@@ -263,6 +263,7 @@ const Login: React.FC<LoginProps> = ({navigation}: LoginProps) => {
valid={form.isValidUser}
invalidWarning="Username must be at least 6 characters and can only contain letters, numbers, periods, and underscores."
attemptedSubmit={form.attemptedSubmit}
+ autoCorrect={false}
/>
<TaggInput
@@ -280,6 +281,7 @@ const Login: React.FC<LoginProps> = ({navigation}: LoginProps) => {
invalidWarning="Password must be at least 8 characters long."
attemptedSubmit={form.attemptedSubmit}
ref={inputRef}
+ autoCorrect={false}
/>
<ForgotPassword />
<TaggSquareButton