mirror of
https://github.com/nextcloud/passman.git
synced 2025-11-11 14:41:22 +08:00
Don't search in password field
Signed-off-by: brantje <brantje@gmail.com>
This commit is contained in:
parent
14043757a3
commit
9e5462da4e
1 changed files with 1 additions and 1 deletions
|
|
@ -299,7 +299,7 @@
|
||||||
|
|
||||||
$scope.filterOptions = {
|
$scope.filterOptions = {
|
||||||
filterText: '',
|
filterText: '',
|
||||||
fields: ['label', 'username', 'email', 'password', 'custom_fields']
|
fields: ['label', 'username', 'email', 'custom_fields']
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue