Skip to content

Commit 7da6723

Browse files
authored
fix: improved_signup_bot_detection_in_classic is added in allowed tenant flags (#1231)
fix: improved_signup_bot_detection_in_classic flag is added in allowed tenant flags
1 parent 24950be commit 7da6723

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/auth0/handlers/tenant.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ export const allowedTenantFlags = [
9898
'disable_fields_map_fix',
9999
'require_pushed_authorization_requests',
100100
'mfa_show_factor_list_on_enrollment',
101+
'improved_signup_bot_detection_in_classic',
101102
];
102103

103104
export const removeUnallowedTenantFlags = (

0 commit comments

Comments
 (0)