Skip to content

Commit 815e44a

Browse files
committed
[fix] Fix authentication again again
1 parent e3c41a0 commit 815e44a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/api/auth.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,4 @@ async def validate_token(
9494
return True
9595
except JWTError:
9696
raise credentials_exception
97-
return credentials_exception
97+
raise credentials_exception

0 commit comments

Comments
 (0)