Skip to content

Commit d4a05c3

Browse files
committed
Rename flight constant to return flight by logged in user's tenant id
1 parent d4ec660 commit d4a05c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

IdentityCore/src/MSIDConstants.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ extern NSString * _Nonnull const MSID_BROWSER_RESPONSE_SWITCH_BROWSER_RESUME;
176176

177177
extern NSString * _Nonnull const MSID_FLIGHT_USE_V2_WEB_RESPONSE_FACTORY;
178178
extern NSString * _Nonnull const MSID_FLIGHT_SUPPORT_DUNA_CBA;
179-
extern NSString * _Nonnull const MSID_FLIGHT_ENABLE_CLIENT_SFRT_TENANT_ID_LIST;
179+
extern NSString * _Nonnull const MSID_FLIGHT_ENABLE_CLIENT_SFRT_BY_TENANT_ID;
180180
extern NSString * _Nonnull const MSID_FLIGHT_DISABLE_CLIENT_SFRT_FOR_ALL_TENANTS;
181181

182182
#define METHODANDLINE [NSString stringWithFormat:@"%s [Line %d]", __PRETTY_FUNCTION__, __LINE__]

IdentityCore/src/MSIDConstants.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878

7979
NSString *const MSID_FLIGHT_USE_V2_WEB_RESPONSE_FACTORY = @"use_v2_web_response_factory";
8080
NSString *const MSID_FLIGHT_SUPPORT_DUNA_CBA = @"support_duna_cba";
81-
NSString *const MSID_FLIGHT_ENABLE_CLIENT_SFRT_TENANT_ID_LIST = @"enable_client_sfrt_tenant_ids";
81+
NSString *const MSID_FLIGHT_ENABLE_CLIENT_SFRT_BY_TENANT_ID = @"enable_client_sfrt_by_tenant_id";
8282
NSString *const MSID_FLIGHT_DISABLE_CLIENT_SFRT_FOR_ALL_TENANTS = @"disable_client_sfrt_for_all";
8383

8484

0 commit comments

Comments
 (0)