IO-3092 Minor mobile app bug fixes.
This commit is contained in:
@@ -70,6 +70,8 @@ export function SignIn({ emailSignInStart, signingIn }) {
|
||||
label={t("signin.fields.password")}
|
||||
mode="outlined"
|
||||
secureTextEntry={true}
|
||||
autoCorrect={false}
|
||||
autoCapitalize="none"
|
||||
onChangeText={handleChange("password")}
|
||||
onBlur={handleBlur("password")}
|
||||
value={values.password}
|
||||
|
||||
Reference in New Issue
Block a user