1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-27 13:43:41 +00:00

list details about user w/ access to all subvaults

This commit is contained in:
Kyle Spearrin
2017-04-20 23:49:33 -04:00
parent 4ba21638b1
commit 84e617b201
4 changed files with 15 additions and 5 deletions

View File

@@ -89,7 +89,8 @@
name: list.Data[i].Name,
email: list.Data[i].Email,
status: list.Data[i].Status,
type: list.Data[i].Type
type: list.Data[i].Type,
accessAllSubvaults: list.Data[i].AccessAllSubvaults
};
users.push(user);