We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22e1fbe commit 977c565Copy full SHA for 977c565
packages/guard-core-v4/src/_utils/context.tsx
@@ -334,5 +334,5 @@ export const useEmailCaptchaCheck = (
334
openCaptchaCheck = forgetPasswordEmailConfig?.robot?.switch === 'ON'
335
break
336
}
337
- return true
+ return openCaptchaCheck
338
0 commit comments