mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Merge pull request #710 from keepassxreboot/fix/reset_fill_boolean
Reset password filled boolean state on page reload
This commit is contained in:
commit
059d0ccf50
1 changed files with 1 additions and 0 deletions
|
|
@ -138,6 +138,7 @@ page.clearLogins = function(tabId) {
|
|||
}
|
||||
|
||||
page.tabs[tabId].loginList = [];
|
||||
page.passwordFilled = false;
|
||||
};
|
||||
|
||||
page.setSubmittedCredentials = function(submitted, username, password, url, oldCredentials) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue