hamza82 commited on
Commit
949ced0
·
verified ·
1 Parent(s): fb2ab3f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -117,5 +117,5 @@ def custom_auth():
117
  # For demonstration, it returns a JSON response with a token.
118
  # token = "your_generated_token_here" # Placeholder token generation logic
119
  token = create_jwt(cl.User(identifier="Test User"))
120
- print("tokeeeeeee": token)
121
  return JSONResponse({"token": token})
 
117
  # For demonstration, it returns a JSON response with a token.
118
  # token = "your_generated_token_here" # Placeholder token generation logic
119
  token = create_jwt(cl.User(identifier="Test User"))
120
+ print("tokeeeeeee", token)
121
  return JSONResponse({"token": token})