mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-07 09:31:31 +01:00
add id to app message
This commit is contained in:
parent
d139f9a366
commit
09947b95aa
@ -19,6 +19,7 @@
|
||||
window.bitwardenApplicationVersion = null;
|
||||
document.addEventListener('DOMContentLoaded', (event) => {
|
||||
window.webkit.messageHandlers.bitwardenApp.postMessage(JSON.stringify({
|
||||
id: '123',
|
||||
command: 'windowLoaded'
|
||||
}));
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user