Skip to content

Commit

Permalink
Use bsvue checkbox on register form for correct blocking/styling.
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon committed Sep 6, 2023
1 parent df01d5a commit d716d2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/Login/RegisterForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
v-if="mailingJoinAddr && serverMailConfigured"
:label="labelSubscribe"
label-for="register-form-subscribe">
<input
<b-form-checkbox
id="register-form-subscribe"
v-model="subscribe"
name="subscribe"
Expand Down

0 comments on commit d716d2a

Please sign in to comment.