* Adjust delete user.

This commit is contained in:
wangyidong
2023-07-20 08:28:42 +08:00
parent 1149149bee
commit e3c0c63047
2 changed files with 9 additions and 25 deletions
+1 -4
View File
@@ -10,8 +10,6 @@ declare(strict_types=1);
*/
namespace zin;
import('/js/md5.js', 'js');
modalHeader
(
set::title(''),
@@ -21,7 +19,7 @@ modalHeader
formPanel
(
import('/js/md5.js', 'js'),
h::import($config->webRoot . 'js/md5.js', 'js'),
formGroup
(
set::label($lang->user->verifyPassword),
@@ -40,4 +38,3 @@ formPanel
);
render();