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"
|
data-testid="login-password"
|
||||||
/>
|
/>
|
||||||
<button
|
<button
|
||||||
|
*ngIf="cipher.viewPassword"
|
||||||
bitSuffix
|
bitSuffix
|
||||||
type="button"
|
type="button"
|
||||||
bitIconButton
|
bitIconButton
|
||||||
|
@ -55,6 +56,7 @@
|
||||||
(click)="togglePasswordCount()"
|
(click)="togglePasswordCount()"
|
||||||
></button>
|
></button>
|
||||||
<button
|
<button
|
||||||
|
*ngIf="cipher.viewPassword"
|
||||||
bitIconButton="bwi-clone"
|
bitIconButton="bwi-clone"
|
||||||
bitSuffix
|
bitSuffix
|
||||||
type="button"
|
type="button"
|
||||||
|
|
Loading…
Reference in New Issue