mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 17:23:37 +00:00
updating the location of the DefaultCipherFormCOnfigService
This commit is contained in:
@@ -6,7 +6,6 @@ import {
|
|||||||
VaultTimeoutInputComponent,
|
VaultTimeoutInputComponent,
|
||||||
} from "@bitwarden/auth/angular";
|
} from "@bitwarden/auth/angular";
|
||||||
import { LayoutComponent, NavigationModule } from "@bitwarden/components";
|
import { LayoutComponent, NavigationModule } from "@bitwarden/components";
|
||||||
import { DefaultCipherFormConfigService } from "@bitwarden/vault";
|
|
||||||
|
|
||||||
import { OrganizationLayoutComponent } from "../admin-console/organizations/layouts/organization-layout.component";
|
import { OrganizationLayoutComponent } from "../admin-console/organizations/layouts/organization-layout.component";
|
||||||
import { EventsComponent as OrgEventsComponent } from "../admin-console/organizations/manage/events.component";
|
import { EventsComponent as OrgEventsComponent } from "../admin-console/organizations/manage/events.component";
|
||||||
@@ -245,6 +244,5 @@ import { SharedModule } from "./shared.module";
|
|||||||
HeaderModule,
|
HeaderModule,
|
||||||
DangerZoneComponent,
|
DangerZoneComponent,
|
||||||
],
|
],
|
||||||
providers: [DefaultCipherFormConfigService],
|
|
||||||
})
|
})
|
||||||
export class LooseComponentsModule {}
|
export class LooseComponentsModule {}
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
import { CommonModule } from "@angular/common";
|
import { CommonModule } from "@angular/common";
|
||||||
import { NgModule } from "@angular/core";
|
import { NgModule } from "@angular/core";
|
||||||
|
|
||||||
|
import { DefaultCipherFormConfigService } from "@bitwarden/vault";
|
||||||
|
|
||||||
import { HeaderModule } from "../../layouts/header/header.module";
|
import { HeaderModule } from "../../layouts/header/header.module";
|
||||||
import { SharedModule } from "../../shared";
|
import { SharedModule } from "../../shared";
|
||||||
import { OrganizationBadgeModule } from "../../vault/individual-vault/organization-badge/organization-badge.module";
|
import { OrganizationBadgeModule } from "../../vault/individual-vault/organization-badge/organization-badge.module";
|
||||||
@@ -37,5 +39,6 @@ import { ReportsSharedModule } from "./shared";
|
|||||||
UnsecuredWebsitesReportComponent,
|
UnsecuredWebsitesReportComponent,
|
||||||
WeakPasswordsReportComponent,
|
WeakPasswordsReportComponent,
|
||||||
],
|
],
|
||||||
|
providers: [DefaultCipherFormConfigService],
|
||||||
})
|
})
|
||||||
export class ReportsModule {}
|
export class ReportsModule {}
|
||||||
|
|||||||
Reference in New Issue
Block a user