update jslib and remove date pipe from routing module (#1572)

This commit is contained in:
Robyn MacCallum 2022-03-29 16:56:02 -04:00 committed by GitHub
parent 612442c1bb
commit e1c0c9f009
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

2
jslib

@ -1 +1 @@
Subproject commit fa73c13b8c9ed35cbb9909e342b143fa8a57f1a0
Subproject commit 47473b7edebaf1cc48d459a8fcfc8edfddf359f1

View File

@ -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 {}

View File

@ -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,
],