Skip to content
Snippets Groups Projects
Unverified Commit b2d3d43c authored by MeiMei's avatar MeiMei Committed by GitHub
Browse files

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

parent 4ce330c5
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment