mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
fix(editor): Display SSO entry in Settings on Cloud (#6181)
update router
This commit is contained in:
@@ -626,7 +626,7 @@ export const routes = [
|
|||||||
deny: {
|
deny: {
|
||||||
shouldDeny: () => {
|
shouldDeny: () => {
|
||||||
const settingsStore = useSettingsStore();
|
const settingsStore = useSettingsStore();
|
||||||
return settingsStore.isCloudDeployment || settingsStore.isDesktopDeployment;
|
return settingsStore.isDesktopDeployment;
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user