- Updates to mail handling
This commit is contained in:
@@ -52,7 +52,7 @@ module.exports = function (server, auth) {
|
||||
);
|
||||
}
|
||||
|
||||
User.verifyTokenAndConfirmRegistration(reset_token, password, (err, user, info) => {
|
||||
User.verifyTokenAndConfirmRegistration(token, (err, user, info) => {
|
||||
if (err) {
|
||||
console.error(err);
|
||||
return next(
|
||||
|
||||
Reference in New Issue
Block a user