fix(editor): Display SSO entry in Settings on Cloud (#6181)

update router
This commit is contained in:
romainminaud
2023-05-05 08:46:52 +02:00
committed by GitHub
parent 35c8510ab6
commit b0a1899e71

View File

@@ -626,7 +626,7 @@ export const routes = [
deny: {
shouldDeny: () => {
const settingsStore = useSettingsStore();
return settingsStore.isCloudDeployment || settingsStore.isDesktopDeployment;
return settingsStore.isDesktopDeployment;
},
},
},