Skip to content

Commit 0615560

Browse files
fix(recaptcha): test hardcoded key
1 parent 1913dfb commit 0615560

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/Launcher.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
align="center"
99
>
1010
<h4 class="pb-3">Please complete the recaptcha to launch the app</h4>
11-
<!-- <Recaptcha /> -->
11+
<Recaptcha />
1212
</v-col>
1313
<v-col
1414
v-else-if="!cloud_store.is_running && cloud_store.is_connexion_launched"

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+
:sitekey="6Lce72wgAAAAAOXrHyDxRQBhk6NDTD80MrXOlgbC"
66
:loadRecaptchaScript="true"
77
@expired="is_captcha_validated = false"
88
@verify="submit_recaptcha"

0 commit comments

Comments
 (0)