1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-05 11:13:44 +00:00

Add OrganizationWarningsModule to imports for AccessIntelligenceModule

This commit is contained in:
Nik Gilmore
2025-08-18 15:50:31 -07:00
parent 5805e2c967
commit cf65ddc0ab

View File

@@ -14,12 +14,13 @@ import { EncryptService } from "@bitwarden/common/key-management/crypto/abstract
import { PasswordStrengthServiceAbstraction } from "@bitwarden/common/tools/password-strength/password-strength.service.abstraction";
import { CipherService } from "@bitwarden/common/vault/abstractions/cipher.service";
import { KeyService } from "@bitwarden/key-management";
import { OrganizationWarningsModule } from "@bitwarden/web-vault/app/billing/organizations/warnings/organization-warnings.module";
import { AccessIntelligenceRoutingModule } from "./access-intelligence-routing.module";
import { RiskInsightsComponent } from "./risk-insights.component";
@NgModule({
imports: [RiskInsightsComponent, AccessIntelligenceRoutingModule],
imports: [RiskInsightsComponent, AccessIntelligenceRoutingModule, OrganizationWarningsModule],
providers: [
{
provide: MemberCipherDetailsApiService,