- fixed edit "Master row" in form builder;

- maybe fixed "Confirm Password";
This commit is contained in:
Mykyta Synelnikov
2023-06-29 12:21:40 +03:00
parent 01060cecef
commit 2529a0db7f
3 changed files with 19 additions and 13 deletions
+1 -1
View File
@@ -2530,7 +2530,7 @@ if ( ! class_exists( 'um\core\Fields' ) ) {
$output .= '</div>';
if ( 'login' !== $this->set_mode && isset( $data['force_confirm_pass'] ) && 1 === $data['force_confirm_pass'] ) {
if ( 'login' !== $this->set_mode && ! empty( $data['force_confirm_pass'] ) ) {
$key = 'confirm_' . $original_key;
$output .= '<div ' . $this->get_atts( $key, $classes, $conditional, $data ) . '>';