remove trailing &&
This commit is contained in:
parent
36b7a2e934
commit
eab17ca8c3
@ -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"]) &&
|
||||
|
Loading…
x
Reference in New Issue
Block a user