move handling of password change in profile to client
This commit is contained in:
parent
242ea4914b
commit
e8c221a8c0
3 changed files with 12 additions and 16 deletions
|
|
@ -7,7 +7,6 @@ Meteor.methods({
|
|||
'users.editProfile': function usersEditProfile(profile) {
|
||||
check(profile, {
|
||||
emailAddress: String,
|
||||
password: Match.Optional(Object),
|
||||
profile: {
|
||||
name: {
|
||||
first: String,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue