app.post("/login",checkNotAuthenticated,function(req, res) {const {email, password} = req.body; users.findOne({email: email}),function(err, post) {res.render("/");});});