mirror of
https://github.com/bitwarden/web
synced 2025-12-19 17:53:22 +00:00
load cipher subvaults
This commit is contained in:
@@ -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++) {
|
||||
|
||||
Reference in New Issue
Block a user