This commit is contained in:
Malachi Soord 2023-11-05 12:17:22 +01:00
parent f1430ec6af
commit 727651b4ae
No known key found for this signature in database
GPG key ID: C61BEBD6CC542333

View file

@ -125,7 +125,6 @@ if (ipsToAllow !== undefined) {
app.use(ipfilter(ipsToAllow.split(","), { mode: "allow" }));
}
// 2FA / notp verification defaults
const twoFAVerifyOptions = {
"window": 1,