1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-23 11:43:46 +00:00

Update jslib (#2511)

* Update jslib

* Update name of UserVerificationComponent

* Update service deps
This commit is contained in:
Thomas Rittson
2022-04-20 01:30:46 +10:00
committed by GitHub
parent a07c6869c2
commit a02e966da4
6 changed files with 11 additions and 10 deletions

View File

@@ -215,6 +215,7 @@ export default class MainBackground {
this.tokenService,
this.platformUtilsService,
this.environmentService,
this.appIdService,
(expired: boolean) => this.logout(expired)
);
this.settingsService = new SettingsService(this.stateService);