refs #6434 feat: improve signIn method #1867

Merged
jsegarra merged 11 commits from 6434-signInLog_improve_test into test 2023-11-30 11:20:58 +00:00
1 changed files with 1 additions and 3 deletions
Showing only changes of commit ed6c0924d7 - Show all commits

View File

@ -141,10 +141,8 @@ module.exports = function(Self) {
ip: ctx.req.ip,
owner: isOwner
jsegarra marked this conversation as resolved
Review

userName : user

userName : user
});
if (!isOwner) {
console.error('ERROR!!! - SignIn with other user', userToken, user);
if (!isOwner)
throw new UserError('Try again');

quitar

quitar
}
};
/**