mirror of
https://github.com/bitwarden/browser
synced 2026-02-16 16:59:30 +00:00
key connector reactive
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user