File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 55 <h4 class =" pb-3" >
66 Please complete the recaptcha to launch the app
77 </h4 >
8- <vue-recaptcha ref =" recaptcha" :sitekey =" site_key " :loadRecaptchaScript =" true"
8+ <vue-recaptcha ref =" recaptcha" :sitekey =" useRuntimeConfig().public.RECAPTCHA_SITE_KEY " :loadRecaptchaScript =" true"
99 @expired =" is_captcha_validated = false" @verify =" submit_recaptcha" align-self =" center" />
1010 </v-col >
1111 <v-col v-if =" !cloud_store.is_running" >
@@ -22,8 +22,6 @@ const websocket_store = use_websocket_store()
2222const cloud_store = use_cloud_store ()
2323const { is_captcha_validated } = storeToRefs (cloud_store)
2424
25- const site_key = useRuntimeConfig ().public .RECAPTCHA_SITE_KEY
26-
2725watch (is_captcha_validated, async (value ) => {
2826 if (value === true && process .client ) {
2927 await cloud_store .create_connexion ()
You can’t perform that action at this time.
0 commit comments