mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 06:13:38 +00:00
PM-11126 limit pw toggle and copy to viewPassword true (#10725)
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user