mirror of
https://github.com/bitwarden/web
synced 2025-12-26 05:03:35 +00:00
add basic org manager access and UI elements
This commit is contained in:
@@ -36,6 +36,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 wider">
|
||||
|
||||
Reference in New Issue
Block a user