mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 20:24:05 -08:00
fix(editor): Display SSO entry in Settings on Cloud (#6181)
update router
This commit is contained in:
parent
35c8510ab6
commit
b0a1899e71
|
@ -626,7 +626,7 @@ export const routes = [
|
|||
deny: {
|
||||
shouldDeny: () => {
|
||||
const settingsStore = useSettingsStore();
|
||||
return settingsStore.isCloudDeployment || settingsStore.isDesktopDeployment;
|
||||
return settingsStore.isDesktopDeployment;
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue