summaryrefslogtreecommitdiff
path: root/src/client/components
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/components')
-rw-r--r--src/client/components/signup.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/components/signup.vue b/src/client/components/signup.vue
index 6452afc886..acb6a745ab 100644
--- a/src/client/components/signup.vue
+++ b/src/client/components/signup.vue
@@ -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,