From 7bfc80f385d2acdf1002640f6b2e5071fd478bfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Ce=C4=BEuch?= Date: Mon, 16 Oct 2023 11:02:29 +0200 Subject: [PATCH] Update reCaptcha sitekey --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index 3edfe20..b108173 100644 --- a/src/index.js +++ b/src/index.js @@ -12,7 +12,7 @@ Vue.use(VueAxios, axios); import { VueReCaptcha } from "vue-recaptcha-v3"; Vue.use(VueReCaptcha, { - siteKey: "6Lf14KYlAAAAAFkC-LYuM_vezETIlDNxSSf6Gv7D", + siteKey: "6LeUJqYoAAAAAFrc3eLuGVRTFobnrkGGD7-ljeoY", autoHideBadge: true, });