mirror of
https://github.com/bitwarden/browser
synced 2026-01-09 03:53:53 +00:00
add basic org manager access and UI elements
This commit is contained in:
@@ -48,6 +48,7 @@
|
||||
<td>
|
||||
<span *ngIf="u.type === organizationUserType.Owner">{{'owner' | i18n}}</span>
|
||||
<span *ngIf="u.type === organizationUserType.Admin">{{'admin' | i18n}}</span>
|
||||
<span *ngIf="u.type === organizationUserType.Manager">{{'manager' | i18n}}</span>
|
||||
<span *ngIf="u.type === organizationUserType.User">{{'user' | i18n}}</span>
|
||||
</td>
|
||||
<td class="table-list-options">
|
||||
|
||||
Reference in New Issue
Block a user