Fix invites
This commit is contained in:
parent
dda0eceb65
commit
a71ffa59b4
3 changed files with 3 additions and 3 deletions
|
@ -115,4 +115,4 @@ import { getBulkUsers, getapiurls } from "./login.js";
|
||||||
document.body.append(table);
|
document.body.append(table);
|
||||||
}
|
}
|
||||||
document.getElementById("AcceptInvite").addEventListener("click", showAccounts);
|
document.getElementById("AcceptInvite").addEventListener("click", showAccounts);
|
||||||
});
|
})();
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Jank Client</title>
|
<title>Jank Client</title>
|
||||||
<meta content="Invite" property="og: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="/logo.webp" property="og:image" />
|
||||||
<meta content="#4b458c" data-react-helmet="true" name="theme-color" />
|
<meta content="#4b458c" data-react-helmet="true" name="theme-color" />
|
||||||
<link href="/style.css" rel="stylesheet" type="text/css" />
|
<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.body.append(table);
|
||||||
}
|
}
|
||||||
document.getElementById("AcceptInvite").addEventListener("click",showAccounts);
|
document.getElementById("AcceptInvite").addEventListener("click",showAccounts);
|
||||||
})
|
})();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue