Undo line change

This commit is contained in:
Mikhail Epifanov 2021-09-24 16:37:55 +02:00
parent 0a7603e193
commit 81b816f56f

View file

@ -1191,7 +1191,6 @@ exports.entryPage = "dashboard";
// ***************************
debug("check auto login");
if (await setting("disableAuth")) {
console.log("Disabled Auth: auto login to admin");
afterLogin(socket, await R.findOne("user"));