mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-19 20:51:35 +01:00
send org id with login edits
This commit is contained in:
parent
a7995f3c25
commit
4b44bc9a0f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user