mirror of
https://github.com/bitwarden/browser
synced 2026-01-03 09:03:32 +00:00
add support for gravatars
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
<tbody>
|
||||
<tr *ngFor="let u of users">
|
||||
<td width="30">
|
||||
<app-avatar [data]="u.name || u.email" width="25" height="25" [circle]="true" [fontSize]="14"></app-avatar>
|
||||
<app-avatar [data]="u.name || u.email" [email]="u.email" size="25" [circle]="true" [fontSize]="14"></app-avatar>
|
||||
</td>
|
||||
<td>
|
||||
{{u.email}}
|
||||
|
||||
Reference in New Issue
Block a user