mirror of
https://github.com/bitwarden/browser
synced 2025-12-30 15:13:32 +00:00
[PM-14954] implement multi input totp styling (#12449)
* update menu and button position for multi-input totp * update test to better handle breaking changes * fix sizing bug by filtering duplicate opid fields * update getTotpFields usage * revert private changes per feedback * Update apps/browser/src/autofill/utils/index.ts with positive fucntion Co-authored-by: Jonathan Prusik <jprusik@users.noreply.github.com> * fix type and update rectNotZero function --------- Co-authored-by: Evan Bassler <evanbassler@EvanBasslersMBP.attlocal.net> Co-authored-by: Jonathan Prusik <jprusik@users.noreply.github.com> Co-authored-by: Evan Bassler <evanbassler@Mac.attlocal.net>
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
"dist:safari:mv3": "cross-env MANIFEST_VERSION=3 npm run dist:safari",
|
||||
"test": "jest",
|
||||
"test:watch": "jest --watch",
|
||||
"test:watch:all": "jest --watchAll"
|
||||
"test:watch:all": "jest --watchAll",
|
||||
"test:clearCache": "jest --clear-cache"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user