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
diff options
context:
space:
mode:
-rw-r--r--js/app/controllers/credential.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/js/app/controllers/credential.js b/js/app/controllers/credential.js
index 4cff6ec1..9d84f33c 100644
--- a/js/app/controllers/credential.js
+++ b/js/app/controllers/credential.js
@@ -229,7 +229,6 @@
$scope.addCredential = function () {
var new_credential = CredentialService.newCredential();
- new_credential.icon = null;
var enc_c = CredentialService.encryptCredential(new_credential);
SettingsService.setSetting('edit_credential', enc_c);
$location.path('/vault/' + $scope.active_vault.guid + '/new');