Skip to content

Commit d4d391f

Browse files
fix(typo): Recaptcha component
1 parent 0b180a3 commit d4d391f

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)