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