mirror of
https://github.com/home-assistant/frontend.git
synced 2026-04-24 10:51:01 +01:00
Fix WS command for validating ingress session (#8427)
This commit is contained in:
@@ -37,8 +37,9 @@ export const validateHassioSession = async (
|
||||
type: "supervisor/api",
|
||||
endpoint: "/ingress/validate_session",
|
||||
method: "post",
|
||||
data: session,
|
||||
data: { session },
|
||||
});
|
||||
return;
|
||||
}
|
||||
|
||||
await hass.callApi<HassioResponse<void>>(
|
||||
|
||||
Reference in New Issue
Block a user