mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-03-19 12:00:01 +01:00
Changed password input to type "password"
This commit is contained in:
parent
072c2e3718
commit
cae5e67557
@ -15,7 +15,7 @@ modulejs.define('info', ['$', 'config'], function ($, config) {
|
||||
|
||||
loginTemp =
|
||||
'<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="logout">logout</span>' +
|
||||
'<div id="hint">' +
|
||||
|
Loading…
x
Reference in New Issue
Block a user