fix: Correct config file example section name

This commit is contained in:
Ginger
2026-05-19 14:41:56 -04:00
parent e02d7c8029
commit a0aeebd237
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -2360,7 +2360,7 @@ pub struct SmtpConfig {
#[derive(Clone, Debug, Default, Deserialize, Serialize)]
#[config_example_generator(
filename = "conduwuit-example.toml",
section = "global.registration-terms",
section = "global.registration_terms",
optional = "true"
)]
pub struct RegistrationTerms {