mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-24 12:06:15 +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-label *ngIf="!hasPassword">{{ "password" | i18n }}</bit-label>
|
||||
<bit-label *ngIf="hasPassword">{{ "newPassword" | i18n }}</bit-label>
|
||||
<bit-label>{{ "password" | i18n }}</bit-label>
|
||||
<input bitInput type="password" formControlName="password" />
|
||||
<button
|
||||
data-testid="toggle-visibility-for-password"
|
||||
|
Loading…
Reference in New Issue
Block a user