Fix 500 on redirect path (#201)
* Fix 500 on redirect path Co-authored-by: anntnzrb <anntnzrb@proton.me>
This commit is contained in:
committed by
GitHub
parent
b2d07c28f0
commit
6f93a22c37
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user