mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 21:33:27 +00:00
Change AppIdService to Use Storage Directly (#10835)
This commit is contained in:
@@ -413,7 +413,7 @@ export class ServiceContainer {
|
||||
this.kdfConfigService,
|
||||
);
|
||||
|
||||
this.appIdService = new AppIdService(this.globalStateProvider);
|
||||
this.appIdService = new AppIdService(this.storageService, this.logService);
|
||||
|
||||
const customUserAgent =
|
||||
"Bitwarden_CLI/" +
|
||||
|
||||
Reference in New Issue
Block a user