externalldap: available on all plans

looks like an oversight that this needs a subscription
This commit is contained in:
Girish Ramakrishnan
2024-01-13 16:03:18 +01:00
parent 257dc4e271
commit 6e42cf4ec5
13 changed files with 128 additions and 149 deletions

View File

@@ -763,9 +763,6 @@ angular.module('Application').service('Client', ['$http', '$interval', '$timeout
this._config.consoleServerOrigin = '<%= appstore.consoleOrigin %>';
<% } -%>
// => This is just for easier testing
// this._config.features.externalLdap = false;
this._configListener.forEach(function (callback) {
callback(that._config);
});