Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rayluo committed Apr 8, 2021
1 parent 31b24af commit c291a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msal/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ def acquire_token_by_authorization_code(
self._client_capabilities, claims_challenge)),
nonce=nonce,
**kwargs))
telemetry_context.update_telemetry(resposne)
telemetry_context.update_telemetry(response)
return response

def get_accounts(self, username=None):
Expand Down

0 comments on commit c291a94

Please sign in to comment.