remove unused code of the icon fix commit

This commit is contained in:
binsky 2021-03-22 19:35:38 +01:00
parent c80ebf3449
commit 74a23d08c2

View file

@ -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');