Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
garciagenrique committed Nov 11, 2024
1 parent bfd3935 commit da24941
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions infrastructure/cluster/flux/jhub-dev/jhub-dev-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,9 @@ spec:
async def authenticate(self, handler, data=None):
code = handler.get_argument("code", None)
print("AUTHENTICATE CODE - data")
pprint.pprint(data)
if data is not None:
print("AUTHENTICATE CODE - data")
pprint.pprint(data)
http_client = self.http_client()
params = dict(
Expand Down

0 comments on commit da24941

Please sign in to comment.