random lenght

This commit is contained in:
CHIEFSOFT\ameye
2023-12-31 22:48:12 -05:00
parent 38f545c176
commit 5cc23c993a
+1 -1
View File
@@ -112,7 +112,7 @@ export class RegisterPage implements OnInit {
verReg2(){
this.isDisabled2= true;
if (this.password != null && this.password != '' && this.password.length> 6
&& this.random_text != null && this.random_text != '' && this.random_text.length>4
&& this.random_text != null && this.random_text != '' && this.random_text.length>2
) {
this.isDisabled2= false;
}else{