Skip to content

Commit a54d0aa

Browse files
Merge pull request #209 from Geode-solutions/feat/refactor_stores_and_app_lifecycle
feat(stores): app_mode wip
2 parents c7e7976 + d4d391f commit a54d0aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Recaptcha.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
if (import.meta.client) {
2424
if (
2525
process.env.NODE_ENV !== "production" ||
26-
!infra_store.app_mode !== appMode.appMode.CLOUD
26+
infra_store.app_mode !== appMode.appMode.CLOUD
2727
) {
2828
infra_store.$patch({ is_captcha_validated: true })
2929
}

0 commit comments

Comments
 (0)