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 Aug 22, 2024
1 parent 6b2a42a commit 404d9a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions social_core/backends/azuread.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,9 @@ def get_auth_token(self, user_id):


class AzureADOAuth2V2(AzureADOAuth2):
""" Version of the AzureADOAuth2 backend that uses the v2.0 API endpoints,
"""Version of the AzureADOAuth2 backend that uses the v2.0 API endpoints,
supporting users with personal Microsoft accounts, if the app settings
allow them. """
allow them."""

name = "azuread-oauth2-v2"
AUTHORIZATION_URL = "{base_url}/oauth2/v2.0/authorize"
Expand Down

0 comments on commit 404d9a7

Please sign in to comment.