Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorbrantje <brantje@gmail.com>2016-12-28 18:41:04 +0300
committerbrantje <brantje@gmail.com>2016-12-28 18:41:04 +0300
commit9e5462da4eed2b5c09e7d4331118368b4b224f1e (patch)
treec428b3b573b929408c83c8adf1a8c2f17ee36850 /js
parent14043757a385a656e1755e3b99087f6678d13612 (diff)
Don't search in password field
Signed-off-by: brantje <brantje@gmail.com>
Diffstat (limited to 'js')
-rw-r--r--js/app/controllers/credential.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/app/controllers/credential.js b/js/app/controllers/credential.js
index aa06050f..2395a88a 100644
--- a/js/app/controllers/credential.js
+++ b/js/app/controllers/credential.js
@@ -299,7 +299,7 @@
$scope.filterOptions = {
filterText: '',
- fields: ['label', 'username', 'email', 'password', 'custom_fields']
+ fields: ['label', 'username', 'email', 'custom_fields']
};