diff --git a/src/client/components/signup.vue b/src/client/components/signup.vue
index 6452afc8865f1bf8464b4df4271b34ff85cba16a..acb6a745ab5a123c3f14590efe12acaf4cdacec2 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,