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

weak passwords report

This commit is contained in:
Kyle Spearrin
2018-12-11 17:49:51 -05:00
parent dc1ffafdf3
commit 3963990831
6 changed files with 181 additions and 3 deletions

View File

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