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:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user