mirror of
https://github.com/nextcloud/passman.git
synced 2025-01-27 17:57:55 +08:00
Store vault data on the user once we have it
Useful for further sharing process and progress calculation
This commit is contained in:
parent
b45d5b3634
commit
e4032f6a95
1 changed files with 1 additions and 0 deletions
|
@ -106,6 +106,7 @@ angular.module('passmanApp')
|
|||
console.log(list);
|
||||
for (var i = 0; i < list.length; i++){
|
||||
ShareService.getVaultsByUser(list[i].userId).then(function(data){
|
||||
list[i].vaults = data;
|
||||
console.log(data);
|
||||
var start = new Date().getTime() / 1000;;
|
||||
ShareService.cypherRSAStringWithPublicKeyBulkAsync(data, key)
|
||||
|
|
Loading…
Reference in a new issue