From b2d3d43c977eb1fb51b3e646ef4da986821d2a8d Mon Sep 17 00:00:00 2001 From: MeiMei <30769358+mei23@users.noreply.github.com> Date: Fri, 15 May 2020 20:37:05 +0900 Subject: [PATCH] =?UTF-8?q?reCAPTCHA=E3=81=8C=E5=8B=95=E3=81=8B=E3=81=AA?= =?UTF-8?q?=E3=81=8F=E3=81=AA=E3=81=A3=E3=81=A6=E3=81=84=E3=82=8B=E3=81=AE?= =?UTF-8?q?=E3=82=92=E4=BF=AE=E6=AD=A3=20(#6367)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/client/components/signup.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/components/signup.vue b/src/client/components/signup.vue index 6452afc88..acb6a745a 100644 --- a/src/client/components/signup.vue +++ b/src/client/components/signup.vue @@ -183,7 +183,7 @@ export default Vue.extend({ password: this.password, invitationCode: this.invitationCode, 'hcaptcha-response': this.hCaptchaResponse, - 'g-recaptcha-response': this.meta.reCaptchaResponse, + 'g-recaptcha-response': this.reCaptchaResponse, }).then(() => { this.$root.api('signin', { username: this.username,