1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-13 14:53:33 +00:00

[PM-8277] - Password generator history component (#10921)

This commit is contained in:
Jordan Aasen
2024-09-09 06:25:41 -07:00
committed by GitHub
parent ed4d481e4d
commit 9e45e32c7d
11 changed files with 239 additions and 3 deletions

View File

@@ -0,0 +1,7 @@
<div class="tw-flex tw-flex-col tw-h-full tw-justify-center">
<div class="tw-text-center">
<bit-icon [icon]="noCredentialsIcon" aria-hidden="true"></bit-icon>
<h2 bitTypography="h4" class="tw-mt-3">{{ "noPasswordsToShow" | i18n }}</h2>
<div>{{ "noRecentlyGeneratedPassword" | i18n }}</div>
</div>
</div>