1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 08:43:33 +00:00

disabled org labeling

This commit is contained in:
Kyle Spearrin
2017-04-11 15:56:57 -04:00
parent 400932c6de
commit d619167c02
9 changed files with 76 additions and 28 deletions

View File

@@ -103,7 +103,8 @@ angular
name: profile.Organizations[i].Name,
key: profile.Organizations[i].Key,
status: profile.Organizations[i].Status,
type: profile.Organizations[i].Type
type: profile.Organizations[i].Type,
enabled: profile.Organizations[i].Enabled
};
}
@@ -130,7 +131,8 @@ angular
name: org.Name,
key: key,
status: 2, // 2 = Confirmed
type: 0 // 0 = Owner
type: 0, // 0 = Owner
enabled: true
};
profile.organizations[o.id] = o;