mirror of
https://github.com/nextcloud/passman.git
synced 2025-01-27 17:57:55 +08:00
One too much
This commit is contained in:
parent
67b8dbe511
commit
e0cbf27f3d
1 changed files with 0 additions and 1 deletions
|
@ -134,7 +134,6 @@ angular.module('passmanApp')
|
|||
_vault.public_sharing_key = angular.copy($scope.sharing_keys.public_sharing_key);
|
||||
_vault.private_sharing_key = EncryptService.encryptString(angular.copy($scope.sharing_keys.private_sharing_key));
|
||||
VaultService.updateSharingKeys(_vault).then(function (result) {
|
||||
VaultService.setActiveVault(_vault);
|
||||
_loginToVault(vault, vault_key);
|
||||
})
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue