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 0b180a3 commit d4d391fCopy full SHA for d4d391f
components/Recaptcha.vue
@@ -23,7 +23,7 @@
23
if (import.meta.client) {
24
if (
25
process.env.NODE_ENV !== "production" ||
26
- !infra_store.app_mode !== appMode.appMode.CLOUD
+ infra_store.app_mode !== appMode.appMode.CLOUD
27
) {
28
infra_store.$patch({ is_captcha_validated: true })
29
}
0 commit comments