mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 16:53:34 +00:00
Wire up desktop -> browser communication. Add initial biometry support for browser integration
This commit is contained in:
@@ -15,6 +15,8 @@ class Proxy {
|
||||
run() {
|
||||
this.ipc.connect();
|
||||
this.nativeMessage.listen();
|
||||
|
||||
this.ipc.onMessage = this.nativeMessage.send;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user