1
0
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:
Kyle Spearrin
2017-04-24 10:39:05 -04:00
parent 2be7d1a242
commit 8c38480db8
7 changed files with 348 additions and 86 deletions

View File

@@ -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;