1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-22 03:03:43 +00:00

migrate setup-provider.component (#14026)

This commit is contained in:
Brandon Treston
2025-03-31 11:12:24 -04:00
committed by GitHub
parent 78c74f7acd
commit 753875219a
3 changed files with 22 additions and 25 deletions

View File

@@ -4,7 +4,7 @@ import { NgModule } from "@angular/core";
import { FormsModule } from "@angular/forms";
import { JslibModule } from "@bitwarden/angular/jslib.module";
import { SearchModule } from "@bitwarden/components";
import { CardComponent, SearchModule } from "@bitwarden/components";
import { DangerZoneComponent } from "@bitwarden/web-vault/app/auth/settings/account/danger-zone.component";
import { OrganizationPlansComponent } from "@bitwarden/web-vault/app/billing";
import { VerifyBankAccountComponent } from "@bitwarden/web-vault/app/billing/shared/verify-bank-account/verify-bank-account.component";
@@ -51,6 +51,7 @@ import { VerifyRecoverDeleteProviderComponent } from "./verify-recover-delete-pr
DangerZoneComponent,
ScrollingModule,
VerifyBankAccountComponent,
CardComponent,
],
declarations: [
AcceptProviderComponent,