mirror of
https://github.com/nextcloud/passman.git
synced 2025-11-08 05:04:04 +08:00
remove unused code of the icon fix commit
This commit is contained in:
parent
c80ebf3449
commit
74a23d08c2
1 changed files with 0 additions and 1 deletions
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue