Skip to content

Commit a675ee1

Browse files
committed
changelog
1 parent 674d7b6 commit a675ee1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ vNext
88
- [MINOR] Update IP phone app teams signature constants to use SHA-512 format (#2700)
99
- [MINOR] Using Baggage to propagate attributes from parent Span (#2671)
1010
- [PATCH] Fix a few small switch browser bugs (#2710)
11+
- [MINOR] Using tenant based flighting for webcp (#2723)
1112

1213
Version 21.4.0
1314
----------

common/src/main/java/com/microsoft/identity/common/internal/ui/webview/AzureActiveDirectoryWebViewClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@ protected boolean isWebCpInWebviewFeatureEnabled(@NonNull final String originalU
662662
SpanExtension.current().setAttribute(AttributeName.web_cp_flight_get_time.name(), (System.currentTimeMillis() - webCpGetFlightStartTime));
663663
if (isWebCpFlightEnabled) {
664664
// Directly enabled via flight rollout.
665-
Logger.info(methodTag, "WebCP in WebView feature is enabled. "+ waitForFlightsTimeOut);
665+
Logger.info(methodTag, "WebCP in WebView feature is enabled. ");
666666
mIsWebCpInWebViewFeatureEnabled = true;
667667
return true;
668668
}

0 commit comments

Comments
 (0)