Signup form was not saving the newsletter state
continuous-integration/drone/push Build is passing Details

This commit is contained in:
nemunaire 2023-11-19 18:09:54 +01:00
parent e3d8f32b58
commit d1e35f6128
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@
id="signup-newsletter"
type="checkbox"
label={$t('account.signup.receive-update')}
bind:value={signupForm.wantReceiveUpdate}
bind:checked={signupForm.wantReceiveUpdate}
/>
</FormGroup>
<div class="d-flex justify-content-around gap-2">