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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user