1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-05 18:13:26 +00:00

fixed various Permissions UI issues (#775)

This commit is contained in:
Addison Beck
2021-01-14 18:08:26 -05:00
committed by GitHub
parent 023bf0474c
commit 03aa806af6
4 changed files with 6 additions and 3 deletions

View File

@@ -86,6 +86,7 @@
<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>
<span *ngIf="u.type === organizationUserType.Custom">{{'custom' | i18n}}</span>
</td>
<td class="text-center" *ngIf="entity === 'collection'">
<input type="checkbox" [(ngModel)]="u.hidePasswords"