Skip to content

Commit

Permalink
[fix] Fix authentication again again
Browse files Browse the repository at this point in the history
  • Loading branch information
georgejkaye committed Mar 17, 2024
1 parent e3c41a0 commit 815e44a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/api/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,4 @@ async def validate_token(
return True
except JWTError:
raise credentials_exception
return credentials_exception
raise credentials_exception

0 comments on commit 815e44a

Please sign in to comment.