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

@@ -149,4 +149,4 @@ async def test_frontend_injection(hass: HomeAssistant, hass_client):
text = await resp.text()
assert "<script src='/auth/oidc/static/injection.js" in text
assert "window.sso_name = \"OpenID Connect (SSO)\";" in text
assert 'window.sso_name = "OpenID Connect (SSO)";' in text