remove pass vaidation on sign in
This commit is contained in:
parent
e27b01f62a
commit
1077b965d5
1 changed files with 2 additions and 1 deletions
|
|
@ -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),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue