1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-06 19:53:59 +00:00

Add missing brace to preload.ts

This commit is contained in:
Robyn MacCallum
2025-08-05 15:49:30 -04:00
committed by GitHub
parent 6e0a90e10b
commit 13ce601225

View File

@@ -147,6 +147,7 @@ export default {
fn(clientId, sequenceNumber, status);
},
);
},
configureAutotype: (enabled: boolean) => {
ipcRenderer.send("autofill.configureAutotype", { enabled });
},