From e1c0c9f0093c8a701e842dc2c0097326ff44e61e Mon Sep 17 00:00:00 2001 From: Robyn MacCallum Date: Tue, 29 Mar 2022 16:56:02 -0400 Subject: [PATCH] update jslib and remove date pipe from routing module (#1572) --- jslib | 2 +- src/app/oss-routing.module.ts | 2 -- src/app/oss.module.ts | 2 ++ 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/jslib b/jslib index fa73c13b8c..47473b7ede 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit fa73c13b8c9ed35cbb9909e342b143fa8a57f1a0 +Subproject commit 47473b7edebaf1cc48d459a8fcfc8edfddf359f1 diff --git a/src/app/oss-routing.module.ts b/src/app/oss-routing.module.ts index 6ae8047005..d312065304 100644 --- a/src/app/oss-routing.module.ts +++ b/src/app/oss-routing.module.ts @@ -1,4 +1,3 @@ -import { DatePipe } from "@angular/common"; import { NgModule } from "@angular/core"; import { RouterModule, Routes } from "@angular/router"; @@ -442,6 +441,5 @@ const routes: Routes = [ }), ], exports: [RouterModule], - providers: [DatePipe], }) export class OssRoutingModule {} diff --git a/src/app/oss.module.ts b/src/app/oss.module.ts index f5ea6a9bda..27a284574c 100644 --- a/src/app/oss.module.ts +++ b/src/app/oss.module.ts @@ -57,6 +57,7 @@ import { BadgeModule, ButtonModule } from "@bitwarden/components"; import { InfiniteScrollModule } from "ngx-infinite-scroll"; import { ToastrModule } from "ngx-toastr"; +import { VerifyMasterPasswordComponent } from "jslib-angular/components/verify-master-password.component"; import { JslibModule } from "jslib-angular/jslib.module"; import { AcceptEmergencyComponent } from "./accounts/accept-emergency.component"; @@ -434,6 +435,7 @@ registerLocaleData(localeZhTw, "zh-TW"); VaultTimeoutInputComponent, VerifyEmailComponent, VerifyEmailTokenComponent, + VerifyMasterPasswordComponent, VerifyRecoverDeleteComponent, WeakPasswordsReportComponent, ],