fix(User): Email is off the constructor
This commit is contained in:
committed by
mrugesh mohapatra
parent
8a66886081
commit
5ea434c429
@ -530,7 +530,7 @@ module.exports = function(User) {
|
||||
};
|
||||
|
||||
return Observable.combineLatest(
|
||||
this.email.send$(mailOptions),
|
||||
User.email.send$(mailOptions),
|
||||
this.update$({ emailAuthLinkTTL })
|
||||
);
|
||||
})
|
||||
|
Reference in New Issue
Block a user