Commit 5d0f7cb0 authored by nanahira's avatar nanahira

fix

parent 34684aa5
Pipeline #17684 passed with stages
in 28 minutes and 38 seconds
......@@ -76,7 +76,7 @@ def verify_token(req: Request):
break
raise HTTPException(
status_code=tokenAuthResult.status_code,
detail=tokenError[key]
detail=errorMessage
)
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