Skip to content

Commit 072ca58

Browse files
authored
Merge pull request #345 from AzureAD/telemetry-v4
Fix typo
2 parents a8011f6 + c291a94 commit 072ca58

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
@@ -602,7 +602,7 @@ def acquire_token_by_authorization_code(
602602
self._client_capabilities, claims_challenge)),
603603
nonce=nonce,
604604
**kwargs))
605-
telemetry_context.update_telemetry(resposne)
605+
telemetry_context.update_telemetry(response)
606606
return response
607607

608608
def get_accounts(self, username=None):

0 commit comments

Comments
 (0)