Merge pull request #710 from keepassxreboot/fix/reset_fill_boolean

Reset password filled boolean state on page reload
This commit is contained in:
Sami Vänttinen 2019-12-09 17:01:08 +02:00 committed by GitHub
commit 059d0ccf50
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -138,6 +138,7 @@ page.clearLogins = function(tabId) {
}
page.tabs[tabId].loginList = [];
page.passwordFilled = false;
};
page.setSubmittedCredentials = function(submitted, username, password, url, oldCredentials) {