Deliver the resetToken when an invite was sent

This commit is contained in:
Johannes Zellner
2016-04-04 18:14:07 +02:00
parent d839f0b762
commit fcfd1dceac
2 changed files with 3 additions and 3 deletions

View File

@@ -442,7 +442,7 @@ function sendInvite(userId, callback) {
mailer.sendInvite(userObject, null);
callback(null);
callback(null, userObject.resetToken);
});
});
}