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 b80d43d commit 370832aCopy full SHA for 370832a
components/Launcher.vue
@@ -8,7 +8,7 @@
8
<vue-recaptcha ref="recaptcha" :sitekey="useRuntimeConfig().public.RECAPTCHA_SITE_KEY" :loadRecaptchaScript="true"
9
@expired="is_captcha_validated = false" @verify="submit_recaptcha" align-self="center" />
10
</v-col>
11
- <v-col v-if="!cloud_store.is_running">
+ <v-col v-else-if="!cloud_store.is_running && !cloud_store.is_connexion_launched">
12
<Loading />
13
14
</v-row>
0 commit comments