reCAPTCHAが動かなくなっているのを修正 ()

This commit is contained in:
MeiMei 2020-05-15 20:37:05 +09:00 committed by GitHub
parent b0f11a75de
commit 28e7276f4b

View file

@ -183,7 +183,7 @@ export default Vue.extend({
password: this.password, password: this.password,
invitationCode: this.invitationCode, invitationCode: this.invitationCode,
'hcaptcha-response': this.hCaptchaResponse, 'hcaptcha-response': this.hCaptchaResponse,
'g-recaptcha-response': this.meta.reCaptchaResponse, 'g-recaptcha-response': this.reCaptchaResponse,
}).then(() => { }).then(() => {
this.$root.api('signin', { this.$root.api('signin', {
username: this.username, username: this.username,