Skip to content

Commit 977c565

Browse files
committed
fix(email): 🎨 修复邮箱人机验证码问题
1 parent 22e1fbe commit 977c565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/guard-core-v4/src/_utils/context.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,5 +334,5 @@ export const useEmailCaptchaCheck = (
334334
openCaptchaCheck = forgetPasswordEmailConfig?.robot?.switch === 'ON'
335335
break
336336
}
337-
return true
337+
return openCaptchaCheck
338338
}

0 commit comments

Comments
 (0)