Skip to content

Commit

Permalink
fix(editor): Display SSO entry in Settings on Cloud (#6181)
Browse files Browse the repository at this point in the history
update router
  • Loading branch information
romainminaud authored May 5, 2023
1 parent 35c8510 commit b0a1899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor-ui/src/router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ export const routes = [
deny: {
shouldDeny: () => {
const settingsStore = useSettingsStore();
return settingsStore.isCloudDeployment || settingsStore.isDesktopDeployment;
return settingsStore.isDesktopDeployment;
},
},
},
Expand Down

0 comments on commit b0a1899

Please sign in to comment.