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:
2
jslib
2
jslib
Submodule jslib updated: 1f9fbe43d7...21e0953589
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user