Skip to content

Commit 6931f72

Browse files
Added friendly-captcha to contact, sign-in, sign-up pages
1 parent 071a047 commit 6931f72

File tree

7 files changed

+18981
-1748
lines changed

7 files changed

+18981
-1748
lines changed
+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<template>
2+
<vue-friendly-captcha @done="verifyCaptcha" sitekey="<sitekey>" />
3+
</template>
4+
5+
<script setup>
6+
import VueFriendlyCaptcha from "@somushq/vue3-friendly-captcha";
7+
8+
</script>

0 commit comments

Comments
 (0)