Remove accidental auth disabling

This commit is contained in:
Lukas Olson 2015-11-03 15:00:27 -07:00
parent f4b7fa610c
commit c783cf1187

View file

@ -53,8 +53,7 @@ module.exports = async (kbnServer, server, config) => {
} else {
return reply.renderStatusPage();
}
},
config: {auth: false}
}
});
server.decorate('reply', 'renderApp', function (app) {