mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-23 14:54:05 +00:00
Fix lint
This commit is contained in:
parent
f1430ec6af
commit
727651b4ae
1 changed files with 0 additions and 1 deletions
|
@ -125,7 +125,6 @@ if (ipsToAllow !== undefined) {
|
|||
app.use(ipfilter(ipsToAllow.split(","), { mode: "allow" }));
|
||||
}
|
||||
|
||||
|
||||
// 2FA / notp verification defaults
|
||||
const twoFAVerifyOptions = {
|
||||
"window": 1,
|
||||
|
|
Loading…
Reference in a new issue