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:
@@ -145,6 +145,15 @@ export const useUIStore = defineStore(STORES.UI, {
|
||||
linkURL: 'https://n8n-community.typeform.com/to/l7QOrERN#f=logging',
|
||||
uiLocations: ['settings'],
|
||||
},
|
||||
{
|
||||
id: FAKE_DOOR_FEATURES.SSO,
|
||||
featureName: 'fakeDoor.settings.sso.name',
|
||||
icon: 'key',
|
||||
actionBoxTitle: 'fakeDoor.settings.sso.actionBox.title',
|
||||
actionBoxDescription: 'fakeDoor.settings.sso.actionBox.description',
|
||||
linkURL: 'https://n8n-community.typeform.com/to/l7QOrERN#f=sso',
|
||||
uiLocations: ['settings/users'],
|
||||
},
|
||||
],
|
||||
draggable: {
|
||||
isDragging: false,
|
||||
|
||||
Reference in New Issue
Block a user