mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
chore(core): Expose mfaEnabled field to users list endpoint (#16654)
This commit is contained in:
@@ -13,6 +13,7 @@ export const validateUser = (user: PublicUser) => {
|
||||
expect(user.personalizationAnswers).toBeNull();
|
||||
expect(user.password).toBeUndefined();
|
||||
expect(user.role).toBeDefined();
|
||||
expect(typeof (user as any).mfaEnabled).toBe('boolean');
|
||||
};
|
||||
|
||||
export type UserInvitationResult = {
|
||||
|
||||
Reference in New Issue
Block a user