1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 05:43:41 +00:00

Change AppIdService to Use Storage Directly (#10835)

This commit is contained in:
Justin Baur
2024-09-05 14:44:19 -04:00
committed by GitHub
parent f58138a51d
commit 3bbc2cc691
7 changed files with 65 additions and 92 deletions

View File

@@ -370,7 +370,7 @@ const safeProviders: SafeProvider[] = [
safeProvider({
provide: AppIdServiceAbstraction,
useClass: AppIdService,
deps: [GlobalStateProvider],
deps: [OBSERVABLE_DISK_STORAGE, LogService],
}),
safeProvider({
provide: AuditServiceAbstraction,