fixed login error messages
This commit is contained in:
parent
0e498ff91c
commit
9b0778527f
6 changed files with 59 additions and 22 deletions
controllers
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue