Skip to content

Commit

Permalink
Merge pull request madhums#136 from brubrant/patch-1
Browse files Browse the repository at this point in the history
Update on users.js
  • Loading branch information
madhums committed Jul 6, 2015
2 parents 4fb8c76 + 50d73a3 commit d29e733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/users.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ exports.create = function (req, res) {
user.save(function (err) {
if (err) {
return res.render('users/signup', {
error: utils.errors(err.errors),
errors: utils.errors(err.errors),
user: user,
title: 'Sign up'
});
Expand Down

0 comments on commit d29e733

Please sign in to comment.