From 9c1447fbd07ace13d75c707e342049082ae09fcc Mon Sep 17 00:00:00 2001 From: liugang Date: Mon, 27 Nov 2023 10:43:52 +0800 Subject: [PATCH] - userUI: remove unused code. --- module/user/ui/delete.html.php | 1 - 1 file changed, 1 deletion(-) diff --git a/module/user/ui/delete.html.php b/module/user/ui/delete.html.php index 209c68169e..9f0b5472cb 100644 --- a/module/user/ui/delete.html.php +++ b/module/user/ui/delete.html.php @@ -24,7 +24,6 @@ formPanel set::label($lang->user->verifyPassword), set::control('password'), set::name('verifyPassword'), - set::value(''), set::required(true), set::placeholder($lang->user->placeholder->verify) ),