Fix 500 on redirect path (#201)

* Fix 500 on redirect path

Co-authored-by: anntnzrb <anntnzrb@proton.me>
This commit is contained in:
Christiaan Goossens
2026-02-06 11:07:46 +01:00
committed by GitHub
parent b2d07c28f0
commit 6f93a22c37
4 changed files with 8 additions and 4 deletions

View File

@@ -43,3 +43,6 @@ packages = ["custom_components/auth_oidc"]
asyncio_mode = "auto"
addopts = "--cov=custom_components --cov-fail-under=0"
log_level = "DEBUG"
[tool.ruff]
target-version = "py313"