fix: Issues with favicon path and error logging
All checks were successful
Build Docker / Build Docker (push) Successful in 30s

This commit is contained in:
2024-06-20 12:45:01 +10:00
parent 3b6c7c5b7d
commit ee4376d4a5
5 changed files with 5 additions and 5 deletions

View File

@@ -523,7 +523,7 @@ def authUser():
def issue_token():
try:
resp = authorization.create_token_response()
print(json.dumps(resp, indent=4),flush=True)
print(resp,flush=True)
return resp
except OAuth2Error as error:
print(json.dumps({