Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit 2e6d38f

Browse files
authored
Update vuejs-invisible-recaptcha.html
1 parent b7c8a07 commit 2e6d38f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

forms/vuejs-invisible-recaptcha.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ <h3> Invisible ReCAPTCHA </h3>
3030
new Vue({
3131
el: '#root',
3232
data: {
33-
sitekey: '6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI'
33+
sitekey: 'YOUR_SITE_KEY_HERE'
3434
},
3535
components: {
3636
'vue-recaptcha': VueRecaptcha

0 commit comments

Comments
 (0)