test recaptcha

This commit is contained in:
omair saleh
2022-08-11 23:38:09 +08:00
parent fcbf82ed62
commit 354f05ab2f
2 changed files with 1 additions and 2 deletions
@@ -5,7 +5,6 @@
<google-re-captcha-v3
v-model="parameters.gRecaptchaResponse"
ref="captcha"
site-key="6Lf79GghAAAAAI5qcvMp6Xxo-lg7bizo5o7QY80Z"
id="contact_us_id"
action="contact_us"
></google-re-captcha-v3>
@@ -19,7 +19,7 @@
siteKey: {
type: String,
required: false, // set to true if you don't want to store the siteKey in this component
default: '6LcO02khAAAAANmfljrbQV-aqusOhwlNIm0-Q-82' // set siteKey here if you want to store it in this component
default: '6Lft5mkhAAAAAAFgQ0gWlwte1h-o6UPRpMNHP1xz' // set siteKey here if you want to store it in this component
},
inline: {
type: Boolean,