1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-29 22:53:44 +00:00

Revert "check double initialization"

This reverts commit 8488b8a613.
This commit is contained in:
neuronull
2025-11-03 11:00:37 -07:00
parent 8488b8a613
commit 9fb65316db

View File

@@ -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();
});