Skip to content

Commit 04ee275

Browse files
fix(recaptcha): test site-key
1 parent 616bfd5 commit 04ee275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Recaptcha.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<ClientOnly>
33
<vue-recaptcha
44
ref="recaptcha"
5-
:sitekey="site_key"
5+
:site-key="site_key"
66
:loadRecaptchaScript="true"
77
@expired="is_captcha_validated = false"
88
@verify="submit_recaptcha"

0 commit comments

Comments
 (0)