1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 15:53:27 +00:00

Fix missed service dependency changes (#8305)

This commit is contained in:
Matt Gibson
2024-03-12 11:12:12 -05:00
committed by GitHub
parent 1f41d7871c
commit ddac10136f
4 changed files with 9 additions and 8 deletions

View File

@@ -333,7 +333,7 @@ export class Main {
this.stateProvider,
);
this.appIdService = new AppIdService(this.storageService);
this.appIdService = new AppIdService(this.globalStateProvider);
this.tokenService = new TokenService(this.stateService);
const customUserAgent =