mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
device types for web
This commit is contained in:
@@ -76,7 +76,7 @@ const i18nService = new I18nService(window.navigator.language, 'locales');
|
||||
const stateService = new StateService();
|
||||
const broadcasterService = new BroadcasterService();
|
||||
const messagingService = new BroadcasterMessagingService(broadcasterService);
|
||||
const platformUtilsService = new WebPlatformUtilsService(messagingService, i18nService);
|
||||
const platformUtilsService = new WebPlatformUtilsService(i18nService);
|
||||
const storageService: StorageServiceAbstraction = new HtmlStorageService();
|
||||
const secureStorageService: StorageServiceAbstraction = new MemoryStorageService();
|
||||
const cryptoFunctionService: CryptoFunctionServiceAbstraction = new WebCryptoFunctionService(window,
|
||||
|
||||
Reference in New Issue
Block a user