Skip to content

Commit c00c054

Browse files
fix(Recaptcha): add log
1 parent a82149d commit c00c054

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/Recaptcha.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@
9393
},
9494
{
9595
onResponse({ response }) {
96+
console.log("onResponse", { response })
9697
if (response.ok) {
9798
infra_store.$patch({
9899
is_captcha_validated: response.status === 200,

0 commit comments

Comments
 (0)