Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 8, 2023
1 parent f175559 commit 0e8ddac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion social_core/backends/azuread.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def access_token_url(self):

def get_user_id(self, details, response):
"""Use subject (sub) claim as unique id."""
return response.get('sub')
return response.get("sub")

def get_user_details(self, response):
"""Return user details from Azure AD account"""
Expand Down

0 comments on commit 0e8ddac

Please sign in to comment.