1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

login model adjustments

This commit is contained in:
Kyle Spearrin
2017-07-11 14:50:49 -04:00
parent 2ae21eef82
commit 1053491d28
3 changed files with 5 additions and 1 deletions

View File

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