mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
feat(core): Add LDAP support (#3835)
This commit is contained in:
@@ -40,28 +40,16 @@ UserSelect.args = {
|
||||
firstName: 'Sunny',
|
||||
lastName: 'Side',
|
||||
email: 'sunny@n8n.io',
|
||||
globalRole: {
|
||||
name: 'owner',
|
||||
id: '1',
|
||||
},
|
||||
},
|
||||
{
|
||||
id: '2',
|
||||
firstName: 'Kobi',
|
||||
lastName: 'Dog',
|
||||
email: 'kobi@n8n.io',
|
||||
globalRole: {
|
||||
name: 'member',
|
||||
id: '2',
|
||||
},
|
||||
},
|
||||
{
|
||||
id: '3',
|
||||
email: 'invited@n8n.io',
|
||||
globalRole: {
|
||||
name: 'member',
|
||||
id: '2',
|
||||
},
|
||||
},
|
||||
],
|
||||
placeholder: 'Select user to transfer to',
|
||||
|
||||
Reference in New Issue
Block a user