Skip to content

Commit

Permalink
Drop unnecessary ref
Browse files Browse the repository at this point in the history
  • Loading branch information
emilhe committed Jan 11, 2024
1 parent 1a21a20 commit 74dc426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask_dance/contrib/azure.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def make_azure_blueprint(
authorization_url = (
f"https://login.microsoftonline.com/{tenant}/oauth2/v2.0/authorize"
)
auto_refresh_url = None # see #161
auto_refresh_url = None
if offline:
scope = [scope] if not isinstance(scope, list) else scope
scope.append("offline_access")
Expand Down

0 comments on commit 74dc426

Please sign in to comment.