1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 05:13:29 +00:00

PM-11126 limit pw toggle and copy to viewPassword true (#10725)

This commit is contained in:
Jason Ng
2024-08-26 15:28:37 -04:00
committed by GitHub
parent 2165452947
commit e242d7d2d5

View File

@@ -37,6 +37,7 @@
data-testid="login-password"
/>
<button
*ngIf="cipher.viewPassword"
bitSuffix
type="button"
bitIconButton
@@ -55,6 +56,7 @@
(click)="togglePasswordCount()"
></button>
<button
*ngIf="cipher.viewPassword"
bitIconButton="bwi-clone"
bitSuffix
type="button"