feat(core): Allow for hiding usage page via environment (#4899)
This commit is contained in:
@@ -357,6 +357,7 @@ class App {
|
||||
sharing: false,
|
||||
workflowSharing: false,
|
||||
},
|
||||
hideUsagePage: config.getEnv('hideUsagePage'),
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user