Fix invites
This commit is contained in:
@@ -115,4 +115,4 @@ import { getBulkUsers, getapiurls } from "./login.js";
|
||||
document.body.append(table);
|
||||
}
|
||||
document.getElementById("AcceptInvite").addEventListener("click", showAccounts);
|
||||
});
|
||||
})();
|
||||
|
@@ -4,7 +4,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Jank Client</title>
|
||||
<meta content="Invite" property="og:title" />
|
||||
<meta content="You shouldn't see this, but this is an invite URL'" property="og:description" />
|
||||
<meta content="You shouldn't see this, but this is an invite URL" property="og:description" />
|
||||
<meta content="/logo.webp" property="og:image" />
|
||||
<meta content="#4b458c" data-react-helmet="true" name="theme-color" />
|
||||
<link href="/style.css" rel="stylesheet" type="text/css" />
|
||||
|
@@ -117,4 +117,4 @@ import {getBulkUsers, Specialuser, getapiurls} from "./login.js";
|
||||
document.body.append(table);
|
||||
}
|
||||
document.getElementById("AcceptInvite").addEventListener("click",showAccounts);
|
||||
})
|
||||
})();
|
||||
|
Reference in New Issue
Block a user