1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-18 18:33:50 +00:00

remove unwanted text and place wanted in bit-hint (#18989)

This commit is contained in:
John Harrington
2026-02-17 14:10:55 -07:00
committed by GitHub
parent 61326979b9
commit 9f18a68707

View File

@@ -1,8 +1,7 @@
<p bitTypography="body1">{{ "sendProtectedPassword" | i18n }}</p>
<p bitTypography="body1">{{ "sendProtectedPasswordDontKnow" | i18n }}</p>
<bit-form-field>
<bit-label>{{ "password" | i18n }}</bit-label>
<input bitInput type="password" [formControl]="password" required appInputVerbatim appAutofocus />
<bit-hint>{{ "sendProtectedPasswordDontKnow" | i18n }}</bit-hint>
<button type="button" bitIconButton bitSuffix bitPasswordInputToggle></button>
</bit-form-field>
<div class="tw-flex">