import ciphers, no logins
This commit is contained in:
parent
c44a638644
commit
6c93a63c06
|
@ -71,7 +71,7 @@
|
||||||
|
|
||||||
apiService.ciphers.importOrg({ orgId: $state.params.orgId }, {
|
apiService.ciphers.importOrg({ orgId: $state.params.orgId }, {
|
||||||
collections: cipherService.encryptCollections(collections, $state.params.orgId),
|
collections: cipherService.encryptCollections(collections, $state.params.orgId),
|
||||||
logins: cipherService.encryptLogins(logins, cryptoService.getOrgKey($state.params.orgId)),
|
ciphers: cipherService.encryptLogins(logins, cryptoService.getOrgKey($state.params.orgId)),
|
||||||
collectionRelationships: collectionRelationships
|
collectionRelationships: collectionRelationships
|
||||||
}, function () {
|
}, function () {
|
||||||
$uibModalInstance.dismiss('cancel');
|
$uibModalInstance.dismiss('cancel');
|
||||||
|
|
|
@ -288,7 +288,7 @@
|
||||||
|
|
||||||
apiService.ciphers.import({
|
apiService.ciphers.import({
|
||||||
folders: cipherService.encryptFolders(folders),
|
folders: cipherService.encryptFolders(folders),
|
||||||
logins: cipherService.encryptLogins(logins),
|
ciphers: cipherService.encryptLogins(logins),
|
||||||
folderRelationships: folderRelationships
|
folderRelationships: folderRelationships
|
||||||
}, function () {
|
}, function () {
|
||||||
$uibModalInstance.dismiss('cancel');
|
$uibModalInstance.dismiss('cancel');
|
||||||
|
|
Loading…
Reference in New Issue