We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3c41a0 commit 815e44aCopy full SHA for 815e44a
api/src/api/auth.py
@@ -94,4 +94,4 @@ async def validate_token(
94
return True
95
except JWTError:
96
raise credentials_exception
97
- return credentials_exception
+ raise credentials_exception
0 commit comments