fix: Print text of response
All checks were successful
Build Docker / Build Docker (push) Successful in 29s

This commit is contained in:
Nathan Woodburn 2024-06-20 12:48:06 +10:00
parent ee4376d4a5
commit 2a2d9e1a98
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1

View File

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