1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-16 16:59:30 +00:00

key connector reactive

This commit is contained in:
Maciej Zieniuk
2025-03-25 11:16:51 +00:00
parent 1bda7d44fb
commit 60dc468814
6 changed files with 45 additions and 15 deletions

View File

@@ -977,6 +977,7 @@ const safeProviders: SafeProvider[] = [
provide: KeyConnectorServiceAbstraction,
useClass: KeyConnectorService,
deps: [
AccountServiceAbstraction,
InternalMasterPasswordServiceAbstraction,
KeyService,
ApiServiceAbstraction,
@@ -986,6 +987,7 @@ const safeProviders: SafeProvider[] = [
KeyGenerationServiceAbstraction,
LOGOUT_CALLBACK,
StateProvider,
MessagingServiceAbstraction,
],
}),
safeProvider({