1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-12 14:34:02 +00:00

Add SecureStorageService

This commit is contained in:
Justin Baur
2025-01-22 15:20:12 -05:00
parent ba42d31b6f
commit e9464d09ff
9 changed files with 134 additions and 6 deletions

View File

@@ -335,6 +335,7 @@ import {
ENV_ADDITIONAL_REGIONS,
} from "./injection-tokens";
import { ModalService } from "./modal.service";
import { SecureStorageService } from "@bitwarden/common/platform/storage/secure-storage.service";
/**
* Provider definitions used in the ngModule.
@@ -593,8 +594,7 @@ const safeProviders: SafeProvider[] = [
deps: [
SingleUserStateProvider,
GlobalStateProvider,
PlatformUtilsServiceAbstraction,
SECURE_STORAGE,
SecureStorageService,
KeyGenerationServiceAbstraction,
EncryptService,
LogService,