Skip to content

Commit

Permalink
Merge pull request #248 from EGA-archive/develop
Browse files Browse the repository at this point in the history
commented content in permissions
  • Loading branch information
costero-e authored Nov 13, 2023
2 parents e408954 + 9f47bc4 commit 5f4ebc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion permissions/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ async def get_user_info(access_token):
dict_content = json.loads(content)
user = dict_content
else:
LOG.error('Content: %s', content)
#LOG.error('Content: %s', content)
LOG.error('Invalid token')
user = 'public'
return user
Expand Down

0 comments on commit 5f4ebc8

Please sign in to comment.