1
0
mirror of https://github.com/bitwarden/web synced 2025-12-19 17:53:22 +00:00

load cipher subvaults

This commit is contained in:
Kyle Spearrin
2017-04-04 17:21:47 -04:00
parent 8098ab50e8
commit ef00e57f72
8 changed files with 185 additions and 3 deletions

View File

@@ -20,7 +20,7 @@
$scope.subvaults = decSubvaults;
}).$promise;
var cipherPromise = apiService.ciphers.listSubvaults({}, function (ciphers) {
var cipherPromise = apiService.ciphers.listDetails({}, function (ciphers) {
var decLogins = [];
for (var i = 0; i < ciphers.Data.length; i++) {