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