mirror of
https://github.com/bitwarden/browser
synced 2024-12-26 18:04:07 +01:00
Remove the VerifyMasterPasswordComponent from jslib module (#747)
This commit is contained in:
parent
a4fba0e1c5
commit
47473b7ede
@ -7,7 +7,6 @@ import { CalloutComponent } from "./components/callout.component";
|
|||||||
import { ExportScopeCalloutComponent } from "./components/export-scope-callout.component";
|
import { ExportScopeCalloutComponent } from "./components/export-scope-callout.component";
|
||||||
import { IconComponent } from "./components/icon.component";
|
import { IconComponent } from "./components/icon.component";
|
||||||
import { BitwardenToastModule } from "./components/toastr.component";
|
import { BitwardenToastModule } from "./components/toastr.component";
|
||||||
import { VerifyMasterPasswordComponent } from "./components/verify-master-password.component";
|
|
||||||
import { A11yInvalidDirective } from "./directives/a11y-invalid.directive";
|
import { A11yInvalidDirective } from "./directives/a11y-invalid.directive";
|
||||||
import { A11yTitleDirective } from "./directives/a11y-title.directive";
|
import { A11yTitleDirective } from "./directives/a11y-title.directive";
|
||||||
import { ApiActionDirective } from "./directives/api-action.directive";
|
import { ApiActionDirective } from "./directives/api-action.directive";
|
||||||
@ -62,7 +61,6 @@ import { UserNamePipe } from "./pipes/user-name.pipe";
|
|||||||
UserNamePipe,
|
UserNamePipe,
|
||||||
CalloutComponent,
|
CalloutComponent,
|
||||||
IconComponent,
|
IconComponent,
|
||||||
VerifyMasterPasswordComponent,
|
|
||||||
ExportScopeCalloutComponent,
|
ExportScopeCalloutComponent,
|
||||||
],
|
],
|
||||||
exports: [
|
exports: [
|
||||||
@ -89,7 +87,6 @@ import { UserNamePipe } from "./pipes/user-name.pipe";
|
|||||||
UserNamePipe,
|
UserNamePipe,
|
||||||
CalloutComponent,
|
CalloutComponent,
|
||||||
IconComponent,
|
IconComponent,
|
||||||
VerifyMasterPasswordComponent,
|
|
||||||
ExportScopeCalloutComponent,
|
ExportScopeCalloutComponent,
|
||||||
],
|
],
|
||||||
providers: [UserNamePipe, SearchPipe, I18nPipe, DatePipe],
|
providers: [UserNamePipe, SearchPipe, I18nPipe, DatePipe],
|
||||||
|
Loading…
Reference in New Issue
Block a user