Merge branch 'fix-passwords-visibility' of https://github.com/estromenko/passman into estromenko-fix-passwords-visibility

This commit is contained in:
WolFi 2021-09-26 00:18:46 +02:00
commit 2dd9f3405a

View file

@ -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) {