Skip to content

Commit

Permalink
toggle off debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ChromaticPanic committed Nov 20, 2024
1 parent e67ca24 commit ac64c3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ async def get_user_id():

if "jxVouchCookie" in request.cookies:
decoded_cookie = decode_vouch_cookie(request.cookies["jxVouchCookie"])
print(decoded_cookie)
# print(decoded_cookie)
email = decoded_cookie["CustomClaims"]["email"]

if ENVIRONMENT == "local" and not email: # only allow local dev requests to bypass email
Expand Down

0 comments on commit ac64c3b

Please sign in to comment.