in htdocs/js/boxer.js [104:111]
function unlink_github() {
if (confirm("Are you sure you wish to unlink your GitHub account? You will lose all GitHub write-access on your current account if so. You may re-link this or another account once you have unlinked.")) {
GET("api/invite?unlink=true").then(() => {
alert("Your GitHub account has been unlinked. Please re-authenticate to link to a new or previous GitHub account.");
location.reload();
})
}
}