mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
login model adjustments
This commit is contained in:
@@ -20,6 +20,8 @@ var LoginData = function (response, userId) {
|
||||
this.organizationId = response.organizationId;
|
||||
this.folderId = response.folderId;
|
||||
this.userId = userId;
|
||||
this.edit = response.edit;
|
||||
this.organizationUseTotp = response.organizationUseTotp;
|
||||
|
||||
if (response instanceof LoginResponse) {
|
||||
this.name = response.name;
|
||||
|
||||
Reference in New Issue
Block a user