mirror of
https://github.com/bitwarden/browser
synced 2025-01-16 20:33:55 +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