We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1913dfb commit 0615560Copy full SHA for 0615560
components/Launcher.vue
@@ -8,7 +8,7 @@
8
align="center"
9
>
10
<h4 class="pb-3">Please complete the recaptcha to launch the app</h4>
11
- <!-- <Recaptcha /> -->
+ <Recaptcha />
12
</v-col>
13
<v-col
14
v-else-if="!cloud_store.is_running && cloud_store.is_connexion_launched"
components/Recaptcha.vue
@@ -2,7 +2,7 @@
2
<ClientOnly>
3
<vue-recaptcha
4
ref="recaptcha"
5
- :sitekey="site_key"
+ :sitekey="6Lce72wgAAAAAOXrHyDxRQBhk6NDTD80MrXOlgbC"
6
:loadRecaptchaScript="true"
7
@expired="is_captcha_validated = false"
@verify="submit_recaptcha"
0 commit comments