mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
disabled org labeling
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user