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

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,
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,