1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 09:43:23 +00:00

[PM-21021] - fix toggled hidden field state for custom fields view (#14595)

* fix toggled hidden field state for custom fields view

* fix hidden field toggle for cards and login details
This commit is contained in:
Jordan Aasen
2025-05-09 18:09:26 -07:00
committed by GitHub
parent 23d4f04b22
commit 2282a74abd
5 changed files with 45 additions and 6 deletions

View File

@@ -73,6 +73,7 @@
type="button"
bitIconButton
bitPasswordInputToggle
[toggled]="passwordRevealed"
data-testid="toggle-password"
(toggledChange)="pwToggleValue($event)"
></button>