fixed login error messages

This commit is contained in:
bill bittner 2017-10-12 14:37:25 -07:00
parent 0e498ff91c
commit 9b0778527f
6 changed files with 59 additions and 22 deletions

View file

@ -16,7 +16,6 @@ module.exports = {
return db.Channel.findOne({where: {channelName: publishParams.channel_name}});
})
.then(user => {
logger.debug('user:', user);
let certificateId;
if (user) {
certificateId = user.channelClaimId;