mirror of
https://github.com/bitwarden/browser
synced 2026-02-24 08:33:29 +00:00
Fix user crypto management module not being imported correctly (#19133)
This commit is contained in:
@@ -126,6 +126,7 @@ import {
|
||||
SessionTimeoutSettingsComponentService,
|
||||
} from "@bitwarden/key-management-ui";
|
||||
import { SerializedMemoryStorageService } from "@bitwarden/storage-core";
|
||||
import { UserCryptoManagementModule } from "@bitwarden/user-crypto-management";
|
||||
import { DefaultSshImportPromptService, SshImportPromptService } from "@bitwarden/vault";
|
||||
import { WebOrganizationInviteService } from "@bitwarden/web-vault/app/auth/core/services/organization-invite/web-organization-invite.service";
|
||||
import { WebVaultPremiumUpgradePromptService } from "@bitwarden/web-vault/app/vault/services/web-premium-upgrade-prompt.service";
|
||||
@@ -497,7 +498,7 @@ const safeProviders: SafeProvider[] = [
|
||||
|
||||
@NgModule({
|
||||
declarations: [],
|
||||
imports: [CommonModule, JslibServicesModule, GeneratorServicesModule],
|
||||
imports: [CommonModule, JslibServicesModule, UserCryptoManagementModule, GeneratorServicesModule],
|
||||
// Do not register your dependency here! Add it to the typesafeProviders array using the helper function
|
||||
providers: safeProviders,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user