1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-22 03:03:43 +00:00

[SG-1030] [Defect] - Difference in Default Color (#4645)

* fix: use id in web

* fix: adjust logic for org name badge to use id
This commit is contained in:
Brandon Maharaj
2023-02-15 13:04:43 -05:00
committed by GitHub
parent cdb44dd774
commit ed69abe76c
3 changed files with 17 additions and 6 deletions

View File

@@ -33,7 +33,8 @@
</div>
<div class="col-6">
<div class="mb-3">
<dynamic-avatar text="{{ profile | userName }}" [size]="'large'"> </dynamic-avatar>
<dynamic-avatar text="{{ profile | userName }}" [id]="profile.id" [size]="'large'">
</dynamic-avatar>
<button
type="button"
class="btn btn-outline-secondary tw-ml-3.5"