First and last name fields from signup controller have been removed
This commit is contained in:
@ -66,8 +66,6 @@ exports.getSignup = function(req, res) {
|
||||
exports.postSignup = function(req, res) {
|
||||
|
||||
var user = new User({
|
||||
firstName: req.body.firstName,
|
||||
lastName: req.body.lastName,
|
||||
email: req.body.email,
|
||||
password: req.body.password,
|
||||
confirmPassword: req.body.confirmPassword
|
||||
|
Reference in New Issue
Block a user