fix: Remove logging as JWT isn't supported yet
All checks were successful
Build Docker / Build Docker (push) Successful in 30s
All checks were successful
Build Docker / Build Docker (push) Successful in 30s
This commit is contained in:
parent
62eb30bd2d
commit
298c2ae36c
@ -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({
|
||||
|
@ -121,6 +121,7 @@
|
||||
|
||||
<br>
|
||||
<a href="{{url_for('.delete_client',client_id=id)}}" class="button">Delete Client</a>
|
||||
<a href="{{url_for('.index')}}" class="button">Back to Home</a>
|
||||
|
||||
<div style="position: fixed; bottom: 0; width: 100%; text-align: center; background-color: #333; padding: 10px;">
|
||||
Powered by <a href="https://auth.varo.domains/implement" target="_blank">Varo Auth</a>, <a href="https://hns.id/"
|
||||
|
Loading…
Reference in New Issue
Block a user