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 a8011f6 + c291a94 commit 072ca58Copy full SHA for 072ca58
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