We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aa0fa1 commit 400a90dCopy full SHA for 400a90d
src/components/ui/Recaptcha.vue
@@ -1,5 +1,5 @@
1
<template>
2
- <vue-recaptcha theme="dark" :sitekey="captchakey ?? 'a'" @verify="handleSuccess" @error="handleError"></vue-recaptcha>
+ <vue-recaptcha theme="dark" :sitekey="captchakey" @verify="handleSuccess" @error="handleError"></vue-recaptcha>
3
</template>
4
5
<script setup lang="ts">
0 commit comments