Fix invites

This commit is contained in:
MathMan05 2024-08-24 15:32:41 -05:00
parent dda0eceb65
commit a71ffa59b4
3 changed files with 3 additions and 3 deletions

View file

@ -115,4 +115,4 @@ import { getBulkUsers, getapiurls } from "./login.js";
document.body.append(table);
}
document.getElementById("AcceptInvite").addEventListener("click", showAccounts);
});
})();