mirror of
https://github.com/bitwarden/browser
synced 2025-12-23 11:43:46 +00:00
[SM-251] Migrate to new avatar component (#3600)
This commit is contained in:
@@ -101,14 +101,7 @@
|
||||
/>
|
||||
</td>
|
||||
<td width="30" (click)="check(u)">
|
||||
<app-avatar
|
||||
[data]="u | userName"
|
||||
[email]="u.email"
|
||||
size="25"
|
||||
[circle]="true"
|
||||
[fontSize]="14"
|
||||
>
|
||||
</app-avatar>
|
||||
<bit-avatar [text]="u | userName" [id]="u.id" size="small"></bit-avatar>
|
||||
</td>
|
||||
<td>
|
||||
{{ u.email }}
|
||||
|
||||
Reference in New Issue
Block a user