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