fix: event payload if any captcha failed
This commit is contained in:
@@ -69,11 +69,7 @@ watch(
|
||||
});
|
||||
} else {
|
||||
// At least one token is missing
|
||||
emit('captchaVerified', {
|
||||
hCaptchaResponse: null,
|
||||
recaptchaResponse: null,
|
||||
turnstileResponse: null
|
||||
});
|
||||
emit('captchaVerified', null);
|
||||
}
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user