Fix favicon setup bug

This commit is contained in:
fullgream 2025-08-16 01:16:22 +03:00
parent 0d17d7a11b
commit af987ce195

View File

@ -147,7 +147,7 @@ class ApiHTML {
.then(user => {
const { token } = user;
localStorage.setItem(`my-token>${!isTLSmode ? "ws" : "wss"}://${address}:${port}`, token);
this.renderMainMenu(user, bgUrl);
this.renderMainMenu(user, bgUrl, favicon);
});
}
$.find("#reg-btn")[0].onclick = () => { }