1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 16:23:44 +00:00

wrap key into new CryptoKey object

This commit is contained in:
Kyle Spearrin
2017-04-18 22:28:49 -04:00
parent 79744d89ce
commit 0926c82878
5 changed files with 103 additions and 98 deletions

View File

@@ -234,8 +234,8 @@
}
apiService.ciphers.import({
folders: cipherService.encryptFolders(folders, cryptoService.getKey()),
logins: cipherService.encryptLogins(logins, cryptoService.getKey()),
folders: cipherService.encryptFolders(folders),
logins: cipherService.encryptLogins(logins),
folderRelationships: folderRelationships
}, function () {
$uibModalInstance.dismiss('cancel');