[fix] conf
This commit is contained in:
parent
65bba749a3
commit
672435ab7f
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ namespace _espe.conf
|
||||||
(node_settings_registration_defaults => ({
|
(node_settings_registration_defaults => ({
|
||||||
"email_address": (node_settings_registration_defaults["email_address"] ?? "both"),
|
"email_address": (node_settings_registration_defaults["email_address"] ?? "both"),
|
||||||
"email_redirect": (node_settings_registration_defaults["email_redirect"] ?? true),
|
"email_redirect": (node_settings_registration_defaults["email_redirect"] ?? true),
|
||||||
})) (data_raw["registration_defaults"] ?? {})
|
})) (node_settings["registration_defaults"] ?? {})
|
||||||
),
|
),
|
||||||
})) (data_raw["settings"] ?? {})
|
})) (data_raw["settings"] ?? {})
|
||||||
),
|
),
|
||||||
|
|
Loading…
Add table
Reference in a new issue