Add fetching invites

This commit is contained in:
olcxja 2026-05-21 11:02:02 +02:00
commit 81e222250d
10 changed files with 690 additions and 262 deletions

View file

@ -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);