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:
@@ -370,7 +370,7 @@ const safeProviders: SafeProvider[] = [
|
||||
safeProvider({
|
||||
provide: AppIdServiceAbstraction,
|
||||
useClass: AppIdService,
|
||||
deps: [GlobalStateProvider],
|
||||
deps: [OBSERVABLE_DISK_STORAGE, LogService],
|
||||
}),
|
||||
safeProvider({
|
||||
provide: AuditServiceAbstraction,
|
||||
|
||||
Reference in New Issue
Block a user