Changed password input to type "password"
This commit is contained in:
parent
072c2e3718
commit
cae5e67557
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue