1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 16:23:44 +00:00

unsecured websites report

This commit is contained in:
Kyle Spearrin
2018-12-11 15:11:16 -05:00
parent 0ede65e9ca
commit 4a0b4de322
6 changed files with 143 additions and 1 deletions

View File

@@ -110,6 +110,7 @@ import { PasswordGeneratorHistoryComponent } from './tools/password-generator-hi
import { PasswordGeneratorComponent } from './tools/password-generator.component';
import { ReusedPasswordsReportComponent } from './tools/reused-passwords-report.component';
import { ToolsComponent } from './tools/tools.component';
import { UnsecuredWebsitesReportComponent } from './tools/unsecured-websites-report.component';
import { AddEditComponent } from './vault/add-edit.component';
import { AttachmentsComponent } from './vault/attachments.component';
@@ -264,6 +265,7 @@ registerLocaleData(localeZhCn, 'zh-CN');
OrgVaultComponent,
PasswordGeneratorComponent,
PasswordGeneratorHistoryComponent,
PasswordStrengthComponent,
PaymentComponent,
PremiumComponent,
ProfileComponent,
@@ -290,6 +292,7 @@ registerLocaleData(localeZhCn, 'zh-CN');
TwoFactorU2fComponent,
TwoFactorVerifyComponent,
TwoFactorYubiKeyComponent,
UnsecuredWebsitesReportComponent,
UpdateKeyComponent,
UpdateLicenseComponent,
UserBillingComponent,
@@ -298,7 +301,6 @@ registerLocaleData(localeZhCn, 'zh-CN');
VerifyEmailComponent,
VerifyEmailTokenComponent,
VerifyRecoverDeleteComponent,
PasswordStrengthComponent,
],
entryComponents: [
AddEditComponent,