mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Fix getInputs
This commit is contained in:
parent
f3ed86b971
commit
296a996e00
1 changed files with 1 additions and 1 deletions
|
|
@ -1203,7 +1203,7 @@ cipObserverHelper.inputTypes = [
|
|||
'password',
|
||||
'tel',
|
||||
'number',
|
||||
''
|
||||
null // Input field can be without any type. Include these to the list.
|
||||
];
|
||||
|
||||
cipObserverHelper.getInputs = function(target) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue