1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-04-19 08:20:41 +01:00

Fix issues with develop and serve (#24602)

* fix issues with develop and serve

* fix get image data, use hassUrl

* save picture-upload

* Update bundje.cjs

* Prettier

* Fix profile picture in dev serve mode

* person badge too

---------

Co-authored-by: Wendelin <w@pe8.at>
This commit is contained in:
Bram Kragten
2025-03-12 16:59:40 +01:00
committed by GitHub
parent 1e000d2740
commit dda7de3301
15 changed files with 54 additions and 43 deletions

View File

@@ -55,7 +55,7 @@
<%= renderTemplate("_script_loader.html.template") %>
<script crossorigin="use-credentials">
if (window.latestJS) {
window.providersPromise = fetch("/auth/providers", {
window.providersPromise = fetch("<%= hassUrl %>/auth/providers", {
credentials: "same-origin",
});
}