#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, ip: ctx.req.ip,
owner: isOwner owner: isOwner
}); });
}
throw new UserError('Try again'); throw new UserError('Try again');
}
}; };
/** /**