Update signup.vue
This commit is contained in:
parent
9a611b24f3
commit
ca6a70e555
1 changed files with 1 additions and 0 deletions
|
@ -105,6 +105,7 @@ export default Vue.extend({
|
||||||
return this.submitting ||
|
return this.submitting ||
|
||||||
this.meta.tosUrl && !this.ToSAgreement ||
|
this.meta.tosUrl && !this.ToSAgreement ||
|
||||||
this.meta.enableHcaptcha && !this.hCaptchaResponse ||
|
this.meta.enableHcaptcha && !this.hCaptchaResponse ||
|
||||||
|
this.meta.enableRecaptcha && !this.reCaptchaResponse ||
|
||||||
this.passwordRetypeState == 'not-match';
|
this.passwordRetypeState == 'not-match';
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue