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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user