diff options
| author | MeiMei <30769358+mei23@users.noreply.github.com> | 2020-05-15 20:37:05 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-15 20:37:05 +0900 |
| commit | b2d3d43c977eb1fb51b3e646ef4da986821d2a8d (patch) | |
| tree | c2d6a214c109f497ae7ef46df5cc78de9243d5bf /src | |
| parent | refactor(client): Add note (diff) | |
| download | sharkey-b2d3d43c977eb1fb51b3e646ef4da986821d2a8d.tar.gz sharkey-b2d3d43c977eb1fb51b3e646ef4da986821d2a8d.tar.bz2 sharkey-b2d3d43c977eb1fb51b3e646ef4da986821d2a8d.zip | |
reCAPTCHAが動かなくなっているのを修正 (#6367)
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/components/signup.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/components/signup.vue b/src/client/components/signup.vue index 6452afc886..acb6a745ab 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, |