mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
chore(core): Hide invite URL in users list if not an admin (#17101)
This commit is contained in:
@@ -188,7 +188,7 @@ describe('InvitationController', () => {
|
||||
expect(storedMember.password).not.toBe(memberProps.password);
|
||||
|
||||
const comparisonResult = await Container.get(PasswordUtility).compare(
|
||||
member.password,
|
||||
member.password!,
|
||||
storedMember.password,
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user