Skip to content

Commit

Permalink
minor render
Browse files Browse the repository at this point in the history
  • Loading branch information
insane1304 committed Apr 10, 2021
1 parent b6bbfb0 commit 76a8546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ app.post("/signup", function(req, res) {
intro: 'Registration Success',
message: 'Visitor registered successfully'
}
res.render("signup.ejs", {
res.render("login.ejs", {
message: req.session.message
});
}
Expand Down

0 comments on commit 76a8546

Please sign in to comment.