diff options
| author | RblSb <msrblsb@gmail.com> | 2020-03-10 08:55:09 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2020-03-10 08:55:09 +0300 |
| commit | 1fb3e2de251f5f1d33a43cd13bc4ca6d3ae23c26 (patch) | |
| tree | ef23a8fa4622ce216b06bbf7733eb5f82c9333b2 /res/index.html | |
| parent | fe4c5fee38f5b85ca3f9d13874e7c056d832730e (diff) | |
Show/hide password button
Diffstat (limited to 'res/index.html')
| -rw-r--r-- | res/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/res/index.html b/res/index.html index 99a524d..3125fc9 100644 --- a/res/index.html +++ b/res/index.html @@ -80,7 +80,8 @@ <input class="form-control" id="guestname" type="text" placeholder="${yourName}"> </div> <div class="input-group" id="guestpassword" style="display: none;"><span class="input-group-addon">${enterUserPassword}</span> - <input class="form-control" id="guestpass" type="text" placeholder="${yourPassword}"> + <input class="form-control" id="guestpass" type="password" placeholder="${yourPassword}"> + <div id="guestpass_icon" class="glyphicon glyphicon-eye-open"></div> </div> </div> <!-- <div class="gutter gutter-horizontal" style="width: 10px;"></div> --> |
