Change the input type of "Proxy Password" from "text" to "password".

This commit is contained in:
Hisakazu Nishiyama
2018-09-08 22:06:17 +09:00
parent ae947cd436
commit c268ad46ce

View File

@@ -38,7 +38,7 @@
<div class="form-group">
<label class="control-label col-md-2" for="proxyPassword">Proxy password</label>
<div class="col-md-10">
<input type="text" id="proxyPassword" name="proxy.password" class="form-control" value="@context.settings.pluginProxy.map(_.password)"/>
<input type="password" id="proxyPassword" name="proxy.password" class="form-control" value="@context.settings.pluginProxy.map(_.password)"/>
<span id="error-proxy_password" class="error"></span>
</div>
</div>