1
0
mirror of https://github.com/bitwarden/web synced 2025-12-06 00:03:28 +00:00

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
3 changed files with 3 additions and 3 deletions

2
jslib

Submodule jslib updated: fa73c13b8c...47473b7ede

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