From ca6a70e5557ed8c99470133cde3755de5a2318fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Acid=20Chicken=20=28=E7=A1=AB=E9=85=B8=E9=B6=8F=29?= Date: Wed, 29 Apr 2020 09:54:21 +0900 Subject: [PATCH] Update signup.vue --- src/client/components/signup.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/client/components/signup.vue b/src/client/components/signup.vue index 7e8bac776..6452afc88 100644 --- a/src/client/components/signup.vue +++ b/src/client/components/signup.vue @@ -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'; },