mirror of
https://github.com/bitwarden/browser.git
synced 2025-02-16 01:21:48 +01:00
fix password label (#11478)
This commit is contained in:
parent
877dfeae7e
commit
b9be15c84b
@ -12,7 +12,8 @@
|
|||||||
>
|
>
|
||||||
</bit-form-field>
|
</bit-form-field>
|
||||||
<bit-form-field>
|
<bit-form-field>
|
||||||
<bit-label>{{ "password" | i18n }}</bit-label>
|
<bit-label *ngIf="!originalSendView || !hasPassword">{{ "password" | i18n }}</bit-label>
|
||||||
|
<bit-label *ngIf="originalSendView && 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