mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 00:03:56 +00:00
private keys, rsa dec, org keys w/ login dec
This commit is contained in:
@@ -17,6 +17,7 @@ var FolderData = function (response, userId) {
|
||||
|
||||
var LoginData = function (response, userId) {
|
||||
this.id = response.id;
|
||||
this.organizationId = response.organizationId;
|
||||
this.folderId = response.folderId;
|
||||
this.userId = userId;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user