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:
@@ -147,6 +147,7 @@ export default {
|
||||
fn(clientId, sequenceNumber, status);
|
||||
},
|
||||
);
|
||||
},
|
||||
configureAutotype: (enabled: boolean) => {
|
||||
ipcRenderer.send("autofill.configureAutotype", { enabled });
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user