mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 04:23:55 +00:00
test recaptcha
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user