Removing username: formData.name

pull/302/head
Gabriel Engel 11 years ago
parent acf104c72f
commit edff4ef4b9
  1. 1
      server/methods/registerUser.coffee

@ -9,7 +9,6 @@ Meteor.methods
Meteor.users.update userId,
$set:
name: formData.name
username: formData.name
if userData.email
Accounts.sendVerificationEmail(userId, userData.email);

Loading…
Cancel
Save