Skip to content

Commit

Permalink
visitor update by visitor
Browse files Browse the repository at this point in the history
  • Loading branch information
insane1304 committed Apr 7, 2021
1 parent 5d7d040 commit 19c5b44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion visitor_update_by_visitor.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ module.exports = function(app){
message:'Details updated successfully'
}

res.render("visitor_profile.ejs",{Visitor_Name:req.user.name,visitor:user,message:req.session.message});
// res.render("visitor_profile.ejs",{Visitor_Name:req.user.name,visitor:user,message:req.session.message});
res.redirect(/profile);


};
Expand Down

0 comments on commit 19c5b44

Please sign in to comment.