Skip to content

Commit b582260

Browse files
committed
remove duplicate recaptchaConfig
1 parent f9fa6b2 commit b582260

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

test/unit/auth/project-config.spec.ts

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -50,18 +50,6 @@ describe('ProjectConfig', () => {
5050
},
5151
],
5252
},
53-
recaptchaConfig: {
54-
emailPasswordEnforcementState: 'AUDIT',
55-
managedRules: [ {
56-
endScore: 0.2,
57-
action: 'BLOCK'
58-
} ],
59-
recaptchaKeys: [ {
60-
type: 'WEB',
61-
key: 'test-key-1' }
62-
],
63-
useAccountDefender: true,
64-
},
6553
passwordPolicyConfig: {
6654
passwordPolicyEnforcementState: 'ENFORCE',
6755
forceUpgradeOnSignin: true,

0 commit comments

Comments
 (0)