1
0
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:
Kyle Spearrin
2018-07-09 09:32:24 -04:00
parent d9bcce781a
commit 0294c2cb6d
3 changed files with 36 additions and 37 deletions

View File

@@ -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,