Update signup.vue

This commit is contained in:
Acid Chicken (硫酸鶏) 2020-04-29 09:54:21 +09:00 committed by GitHub
parent 9a611b24f3
commit ca6a70e555
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -105,6 +105,7 @@ export default Vue.extend({
return this.submitting ||
this.meta.tosUrl && !this.ToSAgreement ||
this.meta.enableHcaptcha && !this.hCaptchaResponse ||
this.meta.enableRecaptcha && !this.reCaptchaResponse ||
this.passwordRetypeState == 'not-match';
},