1
0
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:
Kyle Spearrin
2018-01-13 10:19:05 -05:00
parent 52c370f2b9
commit 4077630a92
3 changed files with 5 additions and 5 deletions

View File

@@ -31,7 +31,7 @@ document.addEventListener('DOMContentLoaded', function (event) {
return;
}
if (notificationBarData.disableAddLoginNotification === true) {
if (notificationBarData.disabledNotification === true) {
return;
}