Commit 34684aa5 authored by nanahira's avatar nanahira

fix

parent 20678a44
Pipeline #17683 canceled with stages
in 29 seconds
......@@ -76,7 +76,7 @@ def verify_token(req: Request):
break
raise HTTPException(
status_code=tokenAuthResult.status_code,
detail=tokenError['message']
detail=tokenError[key]
)
return True
raise HTTPException(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment