Block external ldap config based on features
This commit is contained in:
@@ -57,6 +57,8 @@ const isValid = computed(() => {
|
||||
});
|
||||
|
||||
async function onConfigure() {
|
||||
if (!features.value.externalLdap) return subscriptionRequiredDialog.value.open();
|
||||
|
||||
editBusy.value = false;
|
||||
editError.value = {};
|
||||
provider.value = config.value.provider;
|
||||
|
||||
Reference in New Issue
Block a user