random lenght
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user