Skip to content

Commit 99e68f4

Browse files
authored
Update _create_account_form.html.erb
1 parent 8268b40 commit 99e68f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/shared/_create_account_form.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</div>
2828
<div class="form-control mb-3">
2929
<div class="form-check">
30-
<input type="checkbox" id="passwords_toggle_sign_up" class="passwords_toggle" value="1" />
30+
<input type="checkbox" id="passwords_toggle_sign_up" class="form-check-input passwords_toggle" value="1" />
3131
<%= label_tag('passwords_toggle_sign_up', _('Show password'), class: 'form-check-label') %>
3232
</div>
3333
</div>

0 commit comments

Comments
 (0)