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

inactive 2fa report

This commit is contained in:
Kyle Spearrin
2018-12-11 23:25:05 -05:00
parent b44eee8d81
commit ea032bf551
6 changed files with 210 additions and 1 deletions

View File

@@ -107,6 +107,7 @@ import { BreachReportComponent } from './tools/breach-report.component';
import { ExportComponent } from './tools/export.component';
import { ExposedPasswordsReportComponent } from './tools/exposed-passwords-report.component';
import { ImportComponent } from './tools/import.component';
import { InactiveTwoFactorReportComponent } from './tools/inactive-two-factor-report.component';
import { PasswordGeneratorHistoryComponent } from './tools/password-generator-history.component';
import { PasswordGeneratorComponent } from './tools/password-generator.component';
import { ReusedPasswordsReportComponent } from './tools/reused-passwords-report.component';
@@ -230,9 +231,10 @@ registerLocaleData(localeZhCn, 'zh-CN');
FrontendLayoutComponent,
GroupingsComponent,
HintComponent,
IconComponent,
I18nPipe,
IconComponent,
ImportComponent,
InactiveTwoFactorReportComponent,
InputVerbatimDirective,
LockComponent,
LoginComponent,