mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
Pass vault state (locked/unlocked) to notificationBar
This commit is contained in:
@@ -20,6 +20,7 @@ document.addEventListener('DOMContentLoaded', () => {
|
||||
setTimeout(load, 50);
|
||||
|
||||
function load() {
|
||||
const isVaultLocked = getQueryVariable('isVaultLocked') == 'true';
|
||||
var closeButton = document.getElementById('close-button'),
|
||||
body = document.querySelector('body'),
|
||||
bodyRect = body.getBoundingClientRect();
|
||||
|
||||
Reference in New Issue
Block a user