mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-06-07 13:32:35 +02:00
Remove header log
This commit is contained in:
parent
a338da4c16
commit
0a7603e193
1 changed files with 1 additions and 1 deletions
|
@ -1191,7 +1191,7 @@ exports.entryPage = "dashboard";
|
||||||
// ***************************
|
// ***************************
|
||||||
|
|
||||||
debug("check auto login");
|
debug("check auto login");
|
||||||
console.log(socket.handshake.headers);
|
|
||||||
if (await setting("disableAuth")) {
|
if (await setting("disableAuth")) {
|
||||||
console.log("Disabled Auth: auto login to admin");
|
console.log("Disabled Auth: auto login to admin");
|
||||||
afterLogin(socket, await R.findOne("user"));
|
afterLogin(socket, await R.findOne("user"));
|
||||||
|
|
Loading…
Add table
Reference in a new issue