Skip to content

Commit

Permalink
Fixed spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
rohe committed Nov 23, 2023
2 parents 92b5461 + 59639b0 commit 61ccb6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/idpyoidc/server/oidc/userinfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def process_request(self, request=None, **kwargs):
)
allowed = False

# This has to be made more fine grained.
# This has to be made more finegrained.
# if "offline_access" in session["authn_req"]["scope"]:
# pass

Expand Down

0 comments on commit 61ccb6d

Please sign in to comment.