1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 17:53:39 +00:00

exposed passwords report

This commit is contained in:
Kyle Spearrin
2018-12-11 22:09:16 -05:00
parent 3963990831
commit 8f57ada128
6 changed files with 168 additions and 0 deletions

View File

@@ -30,6 +30,9 @@
<a routerLink="weak-passwords-report" class="list-group-item" routerLinkActive="active">
{{'weakPasswordsReport' | i18n}}
</a>
<a routerLink="exposed-passwords-report" class="list-group-item" routerLinkActive="active">
{{'exposedPasswordsReport' | i18n}}
</a>
</div>
</div>
</div>