mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Reset password filled boolean state on page reload
This commit is contained in:
parent
0bbf03cd1f
commit
bbb7e1480f
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