Skip to content

Commit

Permalink
Update reCaptcha sitekey
Browse files Browse the repository at this point in the history
  • Loading branch information
celuchmarek authored Oct 16, 2023
1 parent 02ad5a1 commit 7bfc80f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
});

Expand Down

0 comments on commit 7bfc80f

Please sign in to comment.