mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
feat(editor): Add SSO fakedoor feature (#5076)
* feat: add sso fakedoor feature * fix: update SSO fakeDoor location * fix: remove unused code
This commit is contained in:
@@ -1187,7 +1187,11 @@ export type IFakeDoor = {
|
||||
uiLocations: IFakeDoorLocation[];
|
||||
};
|
||||
|
||||
export type IFakeDoorLocation = 'settings' | 'credentialsModal' | 'workflowShareModal';
|
||||
export type IFakeDoorLocation =
|
||||
| 'settings'
|
||||
| 'settings/users'
|
||||
| 'credentialsModal'
|
||||
| 'workflowShareModal';
|
||||
|
||||
export type INodeFilterType = 'Regular' | 'Trigger' | 'All';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user