forked from yaso_meth/mih-project
remove pass vaidation on sign in
This commit is contained in:
@@ -306,7 +306,8 @@ class _MihSignInState extends State<MihSignIn> {
|
||||
passwordMode: true,
|
||||
autofillHints: const [AutofillHints.password],
|
||||
validator: (value) {
|
||||
return MihValidationServices().validatePassword(value);
|
||||
// return MihValidationServices().validatePassword(value);
|
||||
return null;
|
||||
},
|
||||
),
|
||||
const SizedBox(height: 10),
|
||||
|
||||
Reference in New Issue
Block a user