move password count button to display before password toggle (#11450)
This commit is contained in:
parent
844d2298e9
commit
2c8f09d547
|
@ -36,15 +36,6 @@
|
|||
aria-readonly="true"
|
||||
data-testid="login-password"
|
||||
/>
|
||||
<button
|
||||
*ngIf="cipher.viewPassword"
|
||||
bitSuffix
|
||||
type="button"
|
||||
bitIconButton
|
||||
bitPasswordInputToggle
|
||||
data-testid="toggle-password"
|
||||
(toggledChange)="pwToggleValue($event)"
|
||||
></button>
|
||||
<button
|
||||
*ngIf="cipher.viewPassword && passwordRevealed"
|
||||
bitIconButton="bwi-numbered-list"
|
||||
|
@ -56,6 +47,15 @@
|
|||
appStopClick
|
||||
(click)="togglePasswordCount()"
|
||||
></button>
|
||||
<button
|
||||
*ngIf="cipher.viewPassword"
|
||||
bitSuffix
|
||||
type="button"
|
||||
bitIconButton
|
||||
bitPasswordInputToggle
|
||||
data-testid="toggle-password"
|
||||
(toggledChange)="pwToggleValue($event)"
|
||||
></button>
|
||||
<button
|
||||
*ngIf="cipher.viewPassword"
|
||||
bitIconButton="bwi-clone"
|
||||
|
|
Loading…
Reference in New Issue