mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
dont set default lock option in dev
This commit is contained in:
@@ -78,7 +78,7 @@ const stateService = new StateService();
|
||||
const broadcasterService = new BroadcasterService();
|
||||
const messagingService = new BroadcasterMessagingService(broadcasterService);
|
||||
const platformUtilsService = new WebPlatformUtilsService(i18nService);
|
||||
const storageService: StorageServiceAbstraction = new HtmlStorageService();
|
||||
const storageService: StorageServiceAbstraction = new HtmlStorageService(platformUtilsService);
|
||||
const secureStorageService: StorageServiceAbstraction = new MemoryStorageService();
|
||||
const cryptoFunctionService: CryptoFunctionServiceAbstraction = new WebCryptoFunctionService(window,
|
||||
platformUtilsService);
|
||||
|
||||
Reference in New Issue
Block a user