TASK-242 Remove the Inactive Users field in Auth sources form
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user