mirror of
https://github.com/bitwarden/browser.git
synced 2025-02-18 01:41:27 +01:00
don't change password field label (#11267)
This commit is contained in:
parent
4ce6df3040
commit
f1dab68e46
@ -12,8 +12,7 @@
|
|||||||
>
|
>
|
||||||
</bit-form-field>
|
</bit-form-field>
|
||||||
<bit-form-field>
|
<bit-form-field>
|
||||||
<bit-label *ngIf="!hasPassword">{{ "password" | i18n }}</bit-label>
|
<bit-label>{{ "password" | i18n }}</bit-label>
|
||||||
<bit-label *ngIf="hasPassword">{{ "newPassword" | i18n }}</bit-label>
|
|
||||||
<input bitInput type="password" formControlName="password" />
|
<input bitInput type="password" formControlName="password" />
|
||||||
<button
|
<button
|
||||||
data-testid="toggle-visibility-for-password"
|
data-testid="toggle-visibility-for-password"
|
||||||
|
Loading…
Reference in New Issue
Block a user