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): ...@@ -76,7 +76,7 @@ def verify_token(req: Request):
break break
raise HTTPException( raise HTTPException(
status_code=tokenAuthResult.status_code, status_code=tokenAuthResult.status_code,
detail=tokenError[key] detail=errorMessage
) )
return True return True
raise HTTPException( 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