1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-13 01:58:44 +02:00

[PM-6426] Implementing reconnect timer timeout for NotificationService using the TaskSchedulerService

This commit is contained in:
Cesar Gonzalez 2024-04-01 12:02:28 -05:00
parent 5d41e8b627
commit 1965d0e048
No known key found for this signature in database
GPG Key ID: 3381A5457F8CCECF
2 changed files with 2 additions and 0 deletions

View File

@ -814,6 +814,7 @@ export default class MainBackground {
this.stateService, this.stateService,
this.authService, this.authService,
this.messagingService, this.messagingService,
this.taskSchedulerService,
); );
this.fido2Service = new Fido2Service(); this.fido2Service = new Fido2Service();

View File

@ -720,6 +720,7 @@ const safeProviders: SafeProvider[] = [
StateServiceAbstraction, StateServiceAbstraction,
AuthServiceAbstraction, AuthServiceAbstraction,
MessagingServiceAbstraction, MessagingServiceAbstraction,
TaskSchedulerService,
], ],
}), }),
safeProvider({ safeProvider({