api-v3 password reset

This commit is contained in:
Victor Piousbox
2016-03-17 14:47:22 -07:00
parent f55df39fb7
commit 4655e5061a
4 changed files with 86 additions and 1 deletions
-1
View File
@@ -28,7 +28,6 @@ api.unsubscribe = {
notEmpty: {errorMessage: res.t('missingUnsubscriptionCode')},
},
});
let validationErrors = req.validationErrors();
if (validationErrors) throw validationErrors;