Merge pull request #670 from robinsmedberg/fix/v6_smtp_config_syntax_error

This commit is contained in:
Joseph Garrone 2024-09-27 14:05:22 +02:00 committed by GitHub
commit 3119277843
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -176,7 +176,7 @@ ${ftl_object_to_js_code_declaring_an_object(.data_model, [])?no_esc};
are_same_path(path, ["realm"]) are_same_path(path, ["realm"])
) || ( ) || (
"smtpConfig" == key && "smtpConfig" == key &&
are_same_path(path, ["realm"]) && are_same_path(path, ["realm"])
) || ( ) || (
"error.ftl" == pageId && "error.ftl" == pageId &&
are_same_path(path, ["realm"]) && are_same_path(path, ["realm"]) &&