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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user