remove trailing &&

This commit is contained in:
robinsmedberg 2024-09-27 11:21:13 +02:00
parent 36b7a2e934
commit eab17ca8c3

View File

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