forked from olcxjas-softworks/LarpixClient
Add fetching invites
This commit is contained in:
parent
81145968a1
commit
81e222250d
10 changed files with 690 additions and 262 deletions
|
|
@ -94,7 +94,7 @@
|
|||
{
|
||||
await updateProtocolAndUrl(window.location.hostname);
|
||||
}
|
||||
sidebarPfp.src = await getAvatarUrl(username);
|
||||
sidebarPfp.src = await getAvatarUrl(`${username}:${host}`);
|
||||
|
||||
showAction("action.auth", "startauth");
|
||||
let res = await Auth(username, password);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue