mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 05:43:41 +00:00
move password count button to display before password toggle (#11450)
This commit is contained in:
@@ -36,15 +36,6 @@
|
|||||||
aria-readonly="true"
|
aria-readonly="true"
|
||||||
data-testid="login-password"
|
data-testid="login-password"
|
||||||
/>
|
/>
|
||||||
<button
|
|
||||||
*ngIf="cipher.viewPassword"
|
|
||||||
bitSuffix
|
|
||||||
type="button"
|
|
||||||
bitIconButton
|
|
||||||
bitPasswordInputToggle
|
|
||||||
data-testid="toggle-password"
|
|
||||||
(toggledChange)="pwToggleValue($event)"
|
|
||||||
></button>
|
|
||||||
<button
|
<button
|
||||||
*ngIf="cipher.viewPassword && passwordRevealed"
|
*ngIf="cipher.viewPassword && passwordRevealed"
|
||||||
bitIconButton="bwi-numbered-list"
|
bitIconButton="bwi-numbered-list"
|
||||||
@@ -56,6 +47,15 @@
|
|||||||
appStopClick
|
appStopClick
|
||||||
(click)="togglePasswordCount()"
|
(click)="togglePasswordCount()"
|
||||||
></button>
|
></button>
|
||||||
|
<button
|
||||||
|
*ngIf="cipher.viewPassword"
|
||||||
|
bitSuffix
|
||||||
|
type="button"
|
||||||
|
bitIconButton
|
||||||
|
bitPasswordInputToggle
|
||||||
|
data-testid="toggle-password"
|
||||||
|
(toggledChange)="pwToggleValue($event)"
|
||||||
|
></button>
|
||||||
<button
|
<button
|
||||||
*ngIf="cipher.viewPassword"
|
*ngIf="cipher.viewPassword"
|
||||||
bitIconButton="bwi-clone"
|
bitIconButton="bwi-clone"
|
||||||
|
|||||||
Reference in New Issue
Block a user