mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Fix incorrect fields variable
This commit is contained in:
parent
9a32e8c0c4
commit
693f48d588
1 changed files with 1 additions and 1 deletions
|
|
@ -674,7 +674,7 @@ kpxcCustomLoginFieldsBanner.handleTopWindowMessage = function(args) {
|
|||
kpxcCustomLoginFieldsBanner.selection.totp = selection;
|
||||
kpxcCustomLoginFieldsBanner.setSelectedField();
|
||||
} else if (message === 'string_field_selected') {
|
||||
kpxcCustomLoginFieldsBanner.selection.stringFields = selection;
|
||||
kpxcCustomLoginFieldsBanner.selection.fields = selection;
|
||||
kpxcCustomLoginFieldsBanner.setSelectedField();
|
||||
} else if (message === 'enable_clear_data_button') {
|
||||
kpxcCustomLoginFieldsBanner.buttons.clearData.style.display = 'inline-block';
|
||||
|
|
|
|||
Loading…
Reference in a new issue