mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-27 12:36:14 +01:00
is owner get prop
This commit is contained in:
parent
1cb3447bdd
commit
3354f0b818
@ -50,4 +50,8 @@ export class Organization {
|
||||
get isAdmin() {
|
||||
return this.type === OrganizationUserType.Owner || this.type === OrganizationUserType.Admin;
|
||||
}
|
||||
|
||||
get isOwner() {
|
||||
return this.type === OrganizationUserType.Owner;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user