Skip to content

Commit caab447

Browse files
DharshanBJrayluo
andauthored
Update msal/application.py
Co-authored-by: Ray Luo <[email protected]>
1 parent 3bf9111 commit caab447

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

msal/application.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -672,8 +672,7 @@ def _decide_broker(self, allow_broker, enable_pii_log):
672672
"allow_broker is deprecated. "
673673
"Please use PublicClientApplication(..., "
674674
"enable_broker_on_windows=True, "
675-
"enable_broker_on_linux=True, "
676-
"enable_broker_on_mac=...)",
675+
"...)",
677676
DeprecationWarning)
678677
opted_in_for_broker = (
679678
self._enable_broker # True means Opted-in from PCA

0 commit comments

Comments
 (0)