Remove the VerifyMasterPasswordComponent from jslib module (#747)

This commit is contained in:
Oscar Hinton 2022-03-29 10:38:22 +02:00 committed by GitHub
parent a4fba0e1c5
commit 47473b7ede
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -7,7 +7,6 @@ import { CalloutComponent } from "./components/callout.component";
import { ExportScopeCalloutComponent } from "./components/export-scope-callout.component";
import { IconComponent } from "./components/icon.component";
import { BitwardenToastModule } from "./components/toastr.component";
import { VerifyMasterPasswordComponent } from "./components/verify-master-password.component";
import { A11yInvalidDirective } from "./directives/a11y-invalid.directive";
import { A11yTitleDirective } from "./directives/a11y-title.directive";
import { ApiActionDirective } from "./directives/api-action.directive";
@ -62,7 +61,6 @@ import { UserNamePipe } from "./pipes/user-name.pipe";
UserNamePipe,
CalloutComponent,
IconComponent,
VerifyMasterPasswordComponent,
ExportScopeCalloutComponent,
],
exports: [
@ -89,7 +87,6 @@ import { UserNamePipe } from "./pipes/user-name.pipe";
UserNamePipe,
CalloutComponent,
IconComponent,
VerifyMasterPasswordComponent,
ExportScopeCalloutComponent,
],
providers: [UserNamePipe, SearchPipe, I18nPipe, DatePipe],