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:
authorestromenko <estromenko@mail.ru>2021-09-20 22:40:47 +0300
committerEduard Stromenko <estromenko@mail.ru>2021-09-20 22:43:05 +0300
commitcba958c488576b57ecff0b53df9889624a593596 (patch)
tree6a97aeafe7ad06b3c2e45d68b9b6702ad511c16a /js
parent4da35569a6382a581519cbdc8ee2018234524831 (diff)
Make all passwords invisible in vault info
Signed-off-by: Eduard Stromenko <estromenko@mail.ru>
Diffstat (limited to 'js')
-rw-r--r--js/app/controllers/edit_credential.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/app/controllers/edit_credential.js b/js/app/controllers/edit_credential.js
index 64157534..73198624 100644
--- a/js/app/controllers/edit_credential.js
+++ b/js/app/controllers/edit_credential.js
@@ -311,7 +311,7 @@
}
if ($scope.new_custom_field.label && $scope.new_custom_field.value) {
- $scope.storedCredential.custom_fields.push(angular.copy($scope.new_custom_field));
+ $scope.addCustomField();
}
if ($scope.storedCredential.label === null || $scope.storedCredential.label.length === 0) {