Fix favicon setup bug
This commit is contained in:
parent
0d17d7a11b
commit
af987ce195
@ -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 = () => { }
|
||||
|
Loading…
Reference in New Issue
Block a user