diff --git a/keepassxc-browser/background/page.js b/keepassxc-browser/background/page.js index 50c9a30..b597042 100755 --- a/keepassxc-browser/background/page.js +++ b/keepassxc-browser/background/page.js @@ -138,6 +138,7 @@ page.clearLogins = function(tabId) { } page.tabs[tabId].loginList = []; + page.passwordFilled = false; }; page.setSubmittedCredentials = function(submitted, username, password, url, oldCredentials) {