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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}, },
}, },
}, },