PM-11126 limit pw toggle and copy to viewPassword true (#10725)
This commit is contained in:
parent
2165452947
commit
e242d7d2d5
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue