reCAPTCHAが動かなくなっているのを修正 (#6367)
This commit is contained in:
parent
4ce330c59e
commit
b2d3d43c97
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue