1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-02 04:48:57 +02:00

send org id with login edits

This commit is contained in:
Kyle Spearrin 2017-05-04 20:33:40 -04:00
parent a7995f3c25
commit 4b44bc9a0f

View File

@ -1,5 +1,6 @@
var LoginRequest = function (login) {
this.folderId = login.folderId;
this.organizationId = login.organizationId;
this.name = login.name ? login.name.encryptedString : null;
this.uri = login.uri ? login.uri.encryptedString : null;
this.username = login.username ? login.username.encryptedString : null;