mirror of
https://github.com/bitwarden/browser
synced 2026-01-01 08:03:20 +00:00
fixed to collection sharing. observe login edit.
This commit is contained in:
@@ -19,8 +19,8 @@
|
||||
var collections = {};
|
||||
if (user && user.Collections) {
|
||||
for (var i = 0; i < user.Collections.Data.length; i++) {
|
||||
collections[user.Collections.Data[i].CollectionId] = {
|
||||
collectionId: user.Collections.Data[i].CollectionId,
|
||||
collections[user.Collections.Data[i].Id] = {
|
||||
collectionId: user.Collections.Data[i].Id,
|
||||
readOnly: user.Collections.Data[i].ReadOnly
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user