1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 05:43:41 +00:00

[PM-4260] [BEEEP] Mask TOTP seeds in cipher edit view - similar to how the password is hidden (#6649)

* PoC disallow changing masked values in edit mode and mask TOTP with password

* toggle totp seed visibility independently from password visibility in edit mode

* cleanup

* add fallback value for when a cipher returns a null value for maskedPassword

* toggle masks off for maskable login properties with no value on load

* do not show mask toggle for password or totp if no value is present
This commit is contained in:
Jonathan Prusik
2024-01-12 22:35:30 -05:00
committed by GitHub
parent c53db92f8a
commit eae845d900
3 changed files with 54 additions and 6 deletions

View File

@@ -30,6 +30,7 @@ export enum EventType {
Cipher_SoftDeleted = 1115,
Cipher_Restored = 1116,
Cipher_ClientToggledCardNumberVisible = 1117,
Cipher_ClientToggledTOTPSeedVisible = 1118,
Collection_Created = 1300,
Collection_Updated = 1301,