We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents db30498 + 45e77c1 commit fb00713Copy full SHA for fb00713
msal/application.py
@@ -602,7 +602,7 @@ def acquire_token_by_authorization_code(
602
self._client_capabilities, claims_challenge)),
603
nonce=nonce,
604
**kwargs))
605
- telemetry_context.update_telemetry(resposne)
+ telemetry_context.update_telemetry(response)
606
return response
607
608
def get_accounts(self, username=None):
0 commit comments