mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-09 23:24:07 -08:00
[steam] code cleanup
This commit is contained in:
parent
68d44dd9b3
commit
6e18f39eb4
|
@ -82,7 +82,7 @@ const sslCert = process.env.UPTIME_KUMA_SSL_CERT || process.env.SSL_CERT || args
|
|||
const twofa_verification_opts = {
|
||||
"window": 1,
|
||||
"time": 30
|
||||
}
|
||||
};
|
||||
|
||||
/**
|
||||
* Run unit test after the server is ready
|
||||
|
@ -533,7 +533,6 @@ exports.entryPage = "dashboard";
|
|||
bean.hostname = monitor.hostname;
|
||||
bean.maxretries = monitor.maxretries;
|
||||
bean.port = monitor.port;
|
||||
bean.apikey = monitor.apikey;
|
||||
bean.keyword = monitor.keyword;
|
||||
bean.ignoreTls = monitor.ignoreTls;
|
||||
bean.upsideDown = monitor.upsideDown;
|
||||
|
|
Loading…
Reference in a new issue