We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bc2c6c commit 0ba2928Copy full SHA for 0ba2928
apps/web/src/app/tools/send/add-edit.component.html
@@ -230,7 +230,12 @@ <h4 bitTypography="h4" class="tw-mb-0 tw-mr-2">
230
<bit-label for="password" *ngIf="!hasPassword">{{ "password" | i18n }}</bit-label>
231
<bit-label for="password" *ngIf="hasPassword">{{ "newPassword" | i18n }}</bit-label>
232
233
- <input bitInput type="password" formControlName="password" />
+ <input
234
+ bitInput
235
+ type="password"
236
+ formControlName="password"
237
+ autocomplete="new-password"
238
+ />
239
<button type="button" bitIconButton bitSuffix bitPasswordInputToggle></button>
240
<bit-hint>{{ "sendPasswordDesc" | i18n }}</bit-hint>
241
</bit-form-field>
0 commit comments