mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 01:06:35 +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",
|
||||
endpoint: "/ingress/validate_session",
|
||||
method: "post",
|
||||
data: session,
|
||||
data: { session },
|
||||
});
|
||||
return;
|
||||
}
|
||||
|
||||
await hass.callApi<HassioResponse<void>>(
|
||||
|
Loading…
x
Reference in New Issue
Block a user