mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-06-06 13:12:33 +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");
|
||||
console.log(socket.handshake.headers);
|
||||
|
||||
if (await setting("disableAuth")) {
|
||||
console.log("Disabled Auth: auto login to admin");
|
||||
afterLogin(socket, await R.findOne("user"));
|
||||
|
|
Loading…
Add table
Reference in a new issue