mirror of
https://github.com/bitwarden/browser
synced 2025-12-29 22:53:44 +00:00
@@ -21,11 +21,6 @@ export class MainDesktopAutotypeService {
|
||||
}
|
||||
|
||||
init() {
|
||||
if (this.isInitialized) {
|
||||
this.logService.warning("MainDesktopAutotypeService already initialized.");
|
||||
return;
|
||||
}
|
||||
|
||||
ipcMain.handle(AUTOTYPE_IPC_CHANNELS.INIT, () => {
|
||||
this.init();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user