1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-09 21:20:27 +00:00

Remove saveFormData and rely on saveFormDataWithPartialData only

This commit is contained in:
Alec Rippberger
2025-04-24 15:01:39 -05:00
parent 5b8f726a0c
commit 1515af2171
2 changed files with 6 additions and 14 deletions

View File

@@ -38,7 +38,12 @@
/>
<bit-form-control *ngIf="!hideRememberMe()">
<bit-label>{{ "dontAskAgainOnThisDeviceFor30Days" | i18n }}</bit-label>
<input type="checkbox" bitCheckbox formControlName="remember" (change)="saveFormData()" />
<input
type="checkbox"
bitCheckbox
formControlName="remember"
(change)="saveFormDataWithPartialData({ remember: $event.target.checked })"
/>
</bit-form-control>
<app-two-factor-auth-webauthn