Skip to content

Commit

Permalink
feat: enable hcaptcha verify
Browse files Browse the repository at this point in the history
  • Loading branch information
henry committed Sep 23, 2024
1 parent db31b9e commit 0ccf88e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xterio-auth/src/modules/XterAuthModal/utils/config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* 是否禁用 hCaptcha 验证
*/
export const disableCaptchaVerify = true
export const disableCaptchaVerify = false

export const errCodeMap = {
11001: 'Wrong email or password.',
Expand Down

0 comments on commit 0ccf88e

Please sign in to comment.