mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-13 13:37:31 -07:00
Update signup.vue
This commit is contained in:
parent
5046f82c83
commit
4a526db6f2
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