minor/formatting

This commit is contained in:
2025-10-02 10:45:30 -04:00
parent fa3c8e8861
commit eae490ddde
3 changed files with 114 additions and 46 deletions

View File

@@ -16,4 +16,4 @@ def decode_jwt(token: str) -> dict | None:
return None
return jwt.decode(token, key, algorithms=[JWT_ALGORITHM])
except JWTError:
return None
return None