diff --git a/components/Login/screens/server-authentication.tsx b/components/Login/screens/server-authentication.tsx index b7aaee6f..5c80f388 100644 --- a/components/Login/screens/server-authentication.tsx +++ b/components/Login/screens/server-authentication.tsx @@ -83,7 +83,7 @@ export default function ServerAuthentication({ )} placeholder="Password" value={password} onChangeText={(value : string | undefined) => setPassword(value)}