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:
@@ -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",
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user