Skip to content

Commit 338a586

Browse files
test
1 parent cb0dab5 commit 338a586

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

components/Recaptcha.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
}
8282
})
8383
function submit_recaptcha() {
84-
$fetch(
84+
const response = await $fetch(
8585
`/.netlify/functions/recaptcha`,
8686
{
8787
method: "POST",
@@ -102,5 +102,8 @@
102102
},
103103
},
104104
)
105+
106+
107+
console.log("response", response)
105108
}
106109
</script>

0 commit comments

Comments
 (0)