Pman.Login.js
authorleon <leon@roojs.com>
Fri, 22 Dec 2023 03:46:40 +0000 (11:46 +0800)
committerleon <leon@roojs.com>
Fri, 22 Dec 2023 03:46:40 +0000 (11:46 +0800)
Pman.Login.js

index 9e1ce5e..a7b77e2 100644 (file)
@@ -350,9 +350,8 @@ Pman.Login =  new Roo.util.Observable({
                 autoCreate : {tag: "input", type: "text", size: "20"}
             }),
 
-            new Roo.form.TextField({
+            new Roo.form.Password({
                 fieldLabel: "Password",
-                inputType: 'text',
                 name: 'password',
                 width:200,
                 autoCreate : {tag: "input", type: "text", size: "20"},