mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 04:34:06 -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: {
|
deny: {
|
||||||
shouldDeny: () => {
|
shouldDeny: () => {
|
||||||
const settingsStore = useSettingsStore();
|
const settingsStore = useSettingsStore();
|
||||||
return settingsStore.isCloudDeployment || settingsStore.isDesktopDeployment;
|
return settingsStore.isDesktopDeployment;
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue