1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 06:13:38 +00:00

add missing header to exposed passwords report (#10516)

This commit is contained in:
Jordan Aasen
2024-08-14 12:53:30 -07:00
committed by GitHub
parent c5ae908fde
commit 6fd184728f

View File

@@ -32,6 +32,7 @@
<th></th> <th></th>
<th>{{ "name" | i18n }}</th> <th>{{ "name" | i18n }}</th>
<th>{{ "owner" | i18n }}</th> <th>{{ "owner" | i18n }}</th>
<th></th>
</tr> </tr>
</ng-container> </ng-container>
<ng-template body let-rows$> <ng-template body let-rows$>