From 24ab4f3b97a0dcdfba1cba65962abc89d6479ceb Mon Sep 17 00:00:00 2001 From: Derek Nance Date: Tue, 17 Feb 2026 18:08:48 -0600 Subject: [PATCH] don't need ToastContainerComponent anymore --- apps/desktop/src/app/oss.module.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/apps/desktop/src/app/oss.module.ts b/apps/desktop/src/app/oss.module.ts index 1bfe2996c37..7e3e1d7fcc3 100644 --- a/apps/desktop/src/app/oss.module.ts +++ b/apps/desktop/src/app/oss.module.ts @@ -4,7 +4,7 @@ import { BrowserAnimationsModule } from "@angular/platform-browser/animations"; import { ColorPasswordCountPipe } from "@bitwarden/angular/pipes/color-password-count.pipe"; import { ColorPasswordPipe } from "@bitwarden/angular/pipes/color-password.pipe"; import { PremiumUpgradePromptService } from "@bitwarden/common/vault/abstractions/premium-upgrade-prompt.service"; -import { CalloutModule, DialogModule, ToastContainerComponent } from "@bitwarden/components"; +import { CalloutModule, DialogModule } from "@bitwarden/components"; import { AssignCollectionsComponent } from "@bitwarden/vault"; import { DeleteAccountComponent } from "../auth/delete-account.component"; @@ -35,7 +35,6 @@ import { SharedModule } from "./shared/shared.module"; NavComponent, AssignCollectionsComponent, VaultV2Component, - ToastContainerComponent, ], declarations: [ AccountSwitcherComponent, @@ -51,7 +50,6 @@ import { SharedModule } from "./shared/shared.module"; HeaderComponent, PremiumComponent, SearchComponent, - ToastContainerComponent, ], providers: [ SshAgentService,