move handling of password change in profile to client

This commit is contained in:
cleverbeagle 2017-07-31 10:37:11 -05:00
parent 242ea4914b
commit e8c221a8c0
3 changed files with 12 additions and 16 deletions

View file

@ -7,7 +7,6 @@ Meteor.methods({
'users.editProfile': function usersEditProfile(profile) {
check(profile, {
emailAddress: String,
password: Match.Optional(Object),
profile: {
name: {
first: String,