mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-07-31 10:30:15 +02:00
Changed password input to type "password"
This commit is contained in:
@@ -15,7 +15,7 @@ modulejs.define('info', ['$', 'config'], function ($, config) {
|
|||||||
|
|
||||||
loginTemp =
|
loginTemp =
|
||||||
'<div id="login-wrapper">' +
|
'<div id="login-wrapper">' +
|
||||||
'<input id="pass" type="text" placeholder="password"/>' +
|
'<input id="pass" type="password" placeholder="password"/>' +
|
||||||
'<span id="login">login</span>' +
|
'<span id="login">login</span>' +
|
||||||
'<span id="logout">logout</span>' +
|
'<span id="logout">logout</span>' +
|
||||||
'<div id="hint">' +
|
'<div id="hint">' +
|
||||||
|
Reference in New Issue
Block a user