mirror of
https://github.com/bitwarden/browser
synced 2026-02-05 03:03:26 +00:00
* Establish patterns needing addressing. * Prevent non-password field misidentification (TOTP as username) * Allow 'tel' type for TOTP fill identification * Resolve todo and document. * Remove duplicated line. * Use account creation field type = totp to determine if focused field receives the inline menu for totp. Handles cases where totp can appear alongside login forms and also ensures general cipher and totp cipher inline menus render distinctly when focus changes between the field types necessitating. * Prevent type edge cases.