1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 15:23:33 +00:00

update with jslib changes

This commit is contained in:
Kyle Spearrin
2018-08-20 17:10:18 -04:00
parent 5dbc259e46
commit 9f70c888a6
2 changed files with 2 additions and 2 deletions

2
jslib

Submodule jslib updated: 1f9fbe43d7...21e0953589

View File

@@ -86,7 +86,7 @@ export class Main {
this.messagingService = new NoopMessagingService();
this.apiService = new NodeApiService(this.tokenService, this.platformUtilsService,
async (expired: boolean) => await this.logout());
this.environmentService = new EnvironmentService(this.apiService, this.storageService);
this.environmentService = new EnvironmentService(this.apiService, this.storageService, null);
this.userService = new UserService(this.tokenService, this.storageService);
this.containerService = new ContainerService(this.cryptoService, this.platformUtilsService);
this.settingsService = new SettingsService(this.userService, this.storageService);