mirror of
https://github.com/bitwarden/browser
synced 2025-12-31 15:43:28 +00:00
Add explicit init to native messaging service (#1262)
This commit is contained in:
@@ -33,7 +33,9 @@ export class NativeMessagingService {
|
||||
private messagingService: MessagingService,
|
||||
private vaultTimeoutService: VaultTimeoutService,
|
||||
private stateService: StateService
|
||||
) {
|
||||
) {}
|
||||
|
||||
init() {
|
||||
ipcRenderer.on("nativeMessaging", async (_event: any, message: any) => {
|
||||
this.messageHandler(message);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user