mirror of
https://github.com/bitwarden/desktop
synced 2026-01-03 09:03:21 +00:00
Wire up desktop -> browser communication. Add initial biometry support for browser integration
This commit is contained in:
@@ -61,7 +61,6 @@ export default class NativeMessage {
|
||||
flushChunksQueue();
|
||||
|
||||
const json = JSON.parse(contentWithoutSize);
|
||||
console.error(json);
|
||||
|
||||
// Forward to desktop application
|
||||
this.ipc.send(json);
|
||||
|
||||
Reference in New Issue
Block a user