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 c962f21 commit 65640f1Copy full SHA for 65640f1
components/Recaptcha.vue
@@ -22,7 +22,7 @@
22
onMounted(() => {
23
if (process.client) {
24
const config = useRuntimeConfig()
25
- if (config.public.NODE_ENV !== "production") {
+ if (config.public.NODE_ENV !== "production" || !infra_store.is_cloud) {
26
infra_store.$patch({ is_captcha_validated: true })
27
}
28
0 commit comments