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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

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"