#6434 - signIn_issue #1892

Merged
jsegarra merged 20 commits from 6434-signIn_issue into dev 2023-12-22 09:36:33 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 57b3d96628 - Show all commits

View File

@ -142,8 +142,8 @@ module.exports = function(Self) {
ip: ctx.req.ip,
owner: isOwner
});
}
throw new UserError('Try again');
}
};
jsegarra marked this conversation as resolved Outdated
Outdated
Review

El throw también debería ir dentro del if.

El `throw` también debería ir dentro del `if`.
/**