1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-11 14:04:03 +00:00

Add ConfigService to MainBackground

This commit is contained in:
Rui Tome
2025-01-28 12:52:05 +00:00
parent 839eacc2ef
commit ff7eef9591

View File

@@ -1045,6 +1045,7 @@ export default class MainBackground {
this.authService,
this.messagingService,
this.taskSchedulerService,
this.configService,
);
this.fido2UserInterfaceService = new BrowserFido2UserInterfaceService(this.authService);