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

reused passwords report

This commit is contained in:
Kyle Spearrin
2018-12-11 14:47:41 -05:00
parent 4222b192c4
commit 0ebf30b8b6
6 changed files with 166 additions and 0 deletions

View File

@@ -21,6 +21,9 @@
<a routerLink="breach-report" class="list-group-item" routerLinkActive="active">
{{'dataBreachReport' | i18n}}
</a>
<a routerLink="reused-passwords-report" class="list-group-item" routerLinkActive="active">
{{'reusedPasswordsReport' | i18n}}
</a>
</div>
</div>
</div>