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