From 47473b7edebaf1cc48d459a8fcfc8edfddf359f1 Mon Sep 17 00:00:00 2001 From: Oscar Hinton Date: Tue, 29 Mar 2022 10:38:22 +0200 Subject: [PATCH] Remove the VerifyMasterPasswordComponent from jslib module (#747) --- angular/src/jslib.module.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/angular/src/jslib.module.ts b/angular/src/jslib.module.ts index d00842d414..45c350635b 100644 --- a/angular/src/jslib.module.ts +++ b/angular/src/jslib.module.ts @@ -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],