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:
authorbinsky <timo@binsky.org>2021-03-22 21:35:38 +0300
committerbinsky <timo@binsky.org>2021-03-22 21:35:38 +0300
commit74a23d08c279c59a16e503ea8392a9f25ff1ca78 (patch)
treec716c9bcb293cda62ad8fb0a42001a28f4262a2b /js/app
parentc80ebf34492aae655758c6ef51e944a7cf430fe2 (diff)
remove unused code of the icon fix commit
Diffstat (limited to 'js/app')
-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');