keepassxreboot / keepassxc-browser

KeePassXC Browser Extension
GNU General Public License v3.0
1.78k stars 188 forks source link

Fix segmented TOTP field identification #2305

Closed varjolintu closed 3 months ago

varjolintu commented 3 months ago

When segmented TOTP fields are identified inside a form, the types are not checked properly. Added the same check that is used in a different situation to this also. This way it's ensured that the input field types are identical.

Fixes #2303.

felixschndr commented 3 months ago

Thats a huge improvement. Thank you very much!