From 74a23d08c279c59a16e503ea8392a9f25ff1ca78 Mon Sep 17 00:00:00 2001 From: binsky Date: Mon, 22 Mar 2021 19:35:38 +0100 Subject: remove unused code of the icon fix commit --- js/app/controllers/credential.js | 1 - 1 file changed, 1 deletion(-) (limited to 'js/app') 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'); -- cgit v1.2.3