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/app
diff options
context:
space:
mode:
authorWolFi <wolfi@wolfi.es>2021-09-26 01:18:46 +0300
committerWolFi <wolfi@wolfi.es>2021-09-26 01:18:46 +0300
commit2dd9f3405ae76da167fa1ee47b7b96ad83c1db31 (patch)
treeca0da94782cdbe172ab522343b6ae93fd6d7f55a /js/app
parent40dc77709d60bc916d2c14f968e72e04a0c9e060 (diff)
parentcba958c488576b57ecff0b53df9889624a593596 (diff)
Merge branch 'fix-passwords-visibility' of https://github.com/estromenko/passman into estromenko-fix-passwords-visibility
Diffstat (limited to 'js/app')
-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) {