mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 23:33:31 +00:00
update message data keys
This commit is contained in:
@@ -31,7 +31,7 @@ document.addEventListener('DOMContentLoaded', function (event) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (notificationBarData.disableAddLoginNotification === true) {
|
||||
if (notificationBarData.disabledNotification === true) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user