1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 13:23:34 +00:00

added icon when the passkey item resides in an org (#7426)

This commit is contained in:
SmithThe4th
2024-01-16 14:14:52 -05:00
committed by GitHub
parent eeb1390c86
commit 38c525b2ab

View File

@@ -18,6 +18,14 @@
<span class="text">
<span class="truncate-box">
<span class="truncate">{{ cipher.name }}</span>
<ng-container *ngIf="cipher.organizationId">
<i
class="bwi bwi-collection text-muted"
title="{{ 'shared' | i18n }}"
aria-hidden="true"
></i>
<span class="sr-only">{{ "shared" | i18n }}</span>
</ng-container>
</span>
</span>
<span class="detail" *ngIf="cipher.subTitle">{{ cipher.subTitle }}</span>