Skip to content

Commit 13e83b8

Browse files
committed
don't autocomplete send password
1 parent 62af698 commit 13e83b8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

apps/web/src/app/tools/send/add-edit.component.html

+6-1
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,12 @@ <h4 bitTypography="h4" class="tw-mb-0 tw-mr-2">
230230
<bit-label for="password" *ngIf="!hasPassword">{{ "password" | i18n }}</bit-label>
231231
<bit-label for="password" *ngIf="hasPassword">{{ "newPassword" | i18n }}</bit-label>
232232

233-
<input bitInput type="password" formControlName="password" />
233+
<input
234+
bitInput
235+
type="password"
236+
formControlName="password"
237+
autocomplete="new-password"
238+
/>
234239
<button type="button" bitIconButton bitSuffix bitPasswordInputToggle></button>
235240
<bit-hint>{{ "sendPasswordDesc" | i18n }}</bit-hint>
236241
</bit-form-field>

0 commit comments

Comments
 (0)