Skip to content

Commit 5e398c2

Browse files
committed
format
1 parent 2ac9057 commit 5e398c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msal/application.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1850,7 +1850,7 @@ def acquire_token_by_username_password(
18501850
self, ConfidentialClientApplication)
18511851
if not is_confidential_app:
18521852
warnings.warn("""This API has been deprecated for public client flows, please use a more secure flow.
1853-
See https://aka.ms/msal-ropc-migration for migration guidance""", DeprecationWarning)
1853+
See https://aka.ms/msal-ropc-migration for migration guidance""", DeprecationWarning)
18541854
claims = _merge_claims_challenge_and_capabilities(
18551855
self._client_capabilities, claims_challenge)
18561856
if self._enable_broker and sys.platform in ("win32", "darwin"):

0 commit comments

Comments
 (0)