Closed deezone closed 8 years ago
@sergii-tkachenko Please advise on ES6 formatting. I can't seem to get functionality working / eslint passing using:
required: () => {
return !this.email && !this.mobile;
},
vs
required: function() {
return !this.email && !this.mobile;
},
@sergii-tkachenko : ready for review:
․․․․․․․
4 passing (1s)
3 pending
@sergii-tkachenko Is this good to go?
Perfecto 👍
Fixes #81
Adds validation to
POST /api/v1/user/password
for at least one ofuser_id
,email
, ormobile
.To Test:
POST
to/api/v1/user/password
with a body of:✅ returns:
POST
to/api/v1/user/password
with a body of:✅ returns: