1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-05 10:03:21 +00:00

Updating reports to use new modal for view/edit cipher

This commit is contained in:
--global
2024-12-12 15:31:45 -05:00
parent c11f429ddb
commit 255291b0c9
12 changed files with 115 additions and 82 deletions

View File

@@ -6,6 +6,7 @@ import {
VaultTimeoutInputComponent,
} from "@bitwarden/auth/angular";
import { LayoutComponent, NavigationModule } from "@bitwarden/components";
import { DefaultCipherFormConfigService } from "@bitwarden/vault";
import { OrganizationLayoutComponent } from "../admin-console/organizations/layouts/organization-layout.component";
import { EventsComponent as OrgEventsComponent } from "../admin-console/organizations/manage/events.component";
@@ -244,5 +245,6 @@ import { SharedModule } from "./shared.module";
HeaderModule,
DangerZoneComponent,
],
providers: [DefaultCipherFormConfigService],
})
export class LooseComponentsModule {}