1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 01:03:35 +00:00

Display error message when biometric is disabled in the desktop

This commit is contained in:
Hinton
2020-12-16 17:25:30 +01:00
parent c13d6f810e
commit d20aaeb0e5
3 changed files with 23 additions and 4 deletions

View File

@@ -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);
logService, i18nService, userService, messagingService, vaultTimeoutService);
const analytics = new Analytics(window, () => isDev(), platformUtilsService, storageService, appIdService);
containerService.attachToGlobal(window);