fix: Remove logging as JWT isn't supported yet
All checks were successful
Build Docker / Build Docker (push) Successful in 30s

This commit is contained in:
2024-06-20 13:28:20 +10:00
parent 62eb30bd2d
commit 298c2ae36c
2 changed files with 1 additions and 6 deletions

View File

@@ -523,12 +523,6 @@ def authUser():
def issue_token():
try:
resp = authorization.create_token_response()
if hasattr(resp, 'json'):
print(resp.json, flush=True)
if hasattr(resp, 'content'):
print(resp.content, flush=True)
if hasattr(resp, 'data'):
print(resp.data, flush=True)
return resp
except OAuth2Error as error:
print(json.dumps({