mirror of
https://github.com/bitwarden/browser
synced 2026-03-02 11:31:44 +00:00
feat: include callee information
This commit is contained in:
@@ -838,6 +838,7 @@ export default class MainBackground {
|
||||
this.apiService,
|
||||
this.stateProvider,
|
||||
this.configService,
|
||||
this.logService,
|
||||
);
|
||||
|
||||
this.pinService = new PinService(
|
||||
|
||||
@@ -668,6 +668,7 @@ export class ServiceContainer {
|
||||
this.apiService,
|
||||
this.stateProvider,
|
||||
this.configService,
|
||||
this.logService,
|
||||
customUserAgent,
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user