diff options
-rw-r--r-- | router.js | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -191,7 +191,6 @@ module.exports = function(app) { */ app.get('/dashboard', function(req, res) { - ensureAuthenticated(); res.render('dashboard', { title: 'kanin', loggedin: true |