mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 23:03:32 +00:00
get private key if not available during sync
This commit is contained in:
@@ -47,6 +47,11 @@ var ProfileResponse = function (response) {
|
||||
}
|
||||
};
|
||||
|
||||
var KeysResponse = function (response) {
|
||||
this.privateKey = response.PrivateKey;
|
||||
this.publicKey = response.PublicKey;
|
||||
};
|
||||
|
||||
var ProfileOrganizationResponse = function (response) {
|
||||
this.id = response.Id;
|
||||
this.name = response.Name;
|
||||
|
||||
Reference in New Issue
Block a user