mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-22 07:14:18 +08:00
We want to allow configuring fields that are both optional and editable to not show up in the signup form. - Fields that are optional but not editable need to be on the signup form, or they can never be filled in. - Fields that are not optional need to be on the signup form, or you can never sign up.
3 lines
75 B
SCSS
Vendored
3 lines
75 B
SCSS
Vendored
.user-field-preferences .form-kit__container-optional {
|
|
display: none;
|
|
}
|