* Change verifyPassword input type to password.

This commit is contained in:
liumengyi
2023-07-03 08:49:47 +08:00
parent b6e991ab98
commit 16edbf3ca8
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -279,6 +279,7 @@ formBatchPanel
set::width('400px'),
set::label($lang->user->verifyPassword),
set::labelClass('w-10 mr-2'),
set::control('password'),
set::name('verifyPassword'),
set::value(''),
set::required(true),
+1
View File
@@ -286,6 +286,7 @@ formPanel
(
set::width('1/2'),
set::label($lang->user->verifyPassword),
set::control('password'),
set::name('verifyPassword'),
set::value(''),
set::placeholder($lang->user->placeholder->verify),