in htdocs/js/boxer.js [303:312]
function setup_step_three_mfa(canvas, login) {
canvas.innerHTML = "";
init_step(canvas, 3)
canvas.appendChild(h2("Multi-factor Authentication Check"))
canvas.appendChild(txt("You do not appear to have enabled Multi-factor Authentication (MFA) on GitHub yet. "));
canvas.appendChild(br());
canvas.appendChild(txt("Please enable this and reload this page, as we cannot grant write access to GitHub repositories to accounts without MFA enabld."));
canvas.appendChild(br());
canvas.appendChild(txt("If you already have MFA enabled, it may take up to five minutes for the Boxer service to recognize it."));
}