mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 01:03:35 +00:00
Make fingerprint validation optional, update readme with debug info for native messaging
This commit is contained in:
@@ -135,7 +135,7 @@ const eventService = new EventService(storageService, apiService, userService, c
|
||||
const systemService = new SystemService(storageService, vaultTimeoutService, messagingService, platformUtilsService,
|
||||
null);
|
||||
const nativeMessagingService = new NativeMessagingService(cryptoFunctionService, cryptoService, platformUtilsService,
|
||||
logService, i18nService, userService, messagingService, vaultTimeoutService);
|
||||
logService, i18nService, userService, messagingService, vaultTimeoutService, storageService);
|
||||
|
||||
const analytics = new Analytics(window, () => isDev(), platformUtilsService, storageService, appIdService);
|
||||
containerService.attachToGlobal(window);
|
||||
|
||||
Reference in New Issue
Block a user