mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 17:26:42 +00:00
Fix WS command for validating ingress session (#8427)
This commit is contained in:
parent
d84a7ee358
commit
c042c5568b
@ -37,8 +37,9 @@ export const validateHassioSession = async (
|
|||||||
type: "supervisor/api",
|
type: "supervisor/api",
|
||||||
endpoint: "/ingress/validate_session",
|
endpoint: "/ingress/validate_session",
|
||||||
method: "post",
|
method: "post",
|
||||||
data: session,
|
data: { session },
|
||||||
});
|
});
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
await hass.callApi<HassioResponse<void>>(
|
await hass.callApi<HassioResponse<void>>(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user