Browse Source

update comments

Allemand 5 years ago
parent
commit
670b964e6b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      models/users.js

+ 1 - 1
models/users.js

@@ -946,7 +946,7 @@ if (Meteor.isServer) {
       existingUser.profile = user.profile;
       existingUser.authenticationMethod = user.authenticationMethod;
 
-      Meteor.users.remove({ _id: user._id }); // remove existing record
+      Meteor.users.remove({ _id: user._id }); // remove previous record
       return existingUser;
     }