Skip to content

Commit

Permalink
email required?
Browse files Browse the repository at this point in the history
  • Loading branch information
NotChristianGarcia committed Nov 23, 2024
1 parent 51b9a5a commit fe61082
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions service/api_pods_podid_func.py
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,7 @@ def callback(pod_id_net, request: Request):

username = get_username(tapis_domain=tapis_domain, token=token)

username = username +"@tapis.io"
content = {"message": f"Callback for pod_id_net: {pod_id_net}, tapis_domain: {tapis_domain}, username: {username}, token: {token}"}

# response = JSONResponse(content=content, status_code=200)
Expand Down

0 comments on commit fe61082

Please sign in to comment.