mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-23 11:56:00 +01:00
update with jslib changes
This commit is contained in:
parent
5dbc259e46
commit
9f70c888a6
2
jslib
2
jslib
@ -1 +1 @@
|
||||
Subproject commit 1f9fbe43d7a78349e6fe994fa70d9b773af5c0f9
|
||||
Subproject commit 21e09535896078c4716205e8141f6d3b2182a981
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user