mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
add id to app message
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
window.bitwardenApplicationVersion = null;
|
||||
document.addEventListener('DOMContentLoaded', (event) => {
|
||||
window.webkit.messageHandlers.bitwardenApp.postMessage(JSON.stringify({
|
||||
id: '123',
|
||||
command: 'windowLoaded'
|
||||
}));
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user