chore: make length requirement the same in signup page and change password page (#2084)
This commit is contained in:
parent
a676ea0079
commit
9865c6418e
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ class SignupPageController extends State<SignupPage> {
|
|||
}
|
||||
}
|
||||
|
||||
static const int minPassLength = 8;
|
||||
static const int minPassLength = 6;
|
||||
|
||||
void toggleShowPassword() => setState(() => showPassword = !showPassword);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue