mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-25 06:41:36 -07:00
reCAPTCHAが動かなくなっているのを修正 (#6367)
This commit is contained in:
parent
b0f11a75de
commit
28e7276f4b
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