diff --git a/src/components/CAPTCHA.vue b/src/components/CAPTCHA.vue index 968a917..aa761fc 100644 --- a/src/components/CAPTCHA.vue +++ b/src/components/CAPTCHA.vue @@ -69,11 +69,7 @@ watch( }); } else { // At least one token is missing - emit('captchaVerified', { - hCaptchaResponse: null, - recaptchaResponse: null, - turnstileResponse: null - }); + emit('captchaVerified', null); } } );