TASK-242 Remove the Inactive Users field in Auth sources form

This commit is contained in:
Brayan Pereyra
2025-09-25 01:20:19 +00:00
parent 594c49956e
commit 918c7b5ff6
5 changed files with 5 additions and 5 deletions

View File

@@ -79,7 +79,7 @@
placeholder="dc=business,dc=net"
autocomplete="off"/>
</b-form-group>
<b-form-group :label="$root.translation('ID_INACTIVE_USERS')">
<b-form-group v-show="false" :label="$root.translation('ID_INACTIVE_USERS')">
<b-form-input v-model="form.inactiveUsers"
autocomplete="off"/>
</b-form-group>