1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

don't change password field label (#11267)

This commit is contained in:
Jordan Aasen
2024-10-09 06:00:05 -07:00
committed by GitHub
parent 4ce6df3040
commit f1dab68e46

View File

@@ -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"