summaryrefslogtreecommitdiffstats
path: root/templates/internetaccess/_page.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/internetaccess/_page.html')
-rw-r--r--templates/internetaccess/_page.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/internetaccess/_page.html b/templates/internetaccess/_page.html
index c5b6efe9..f4e0aa55 100644
--- a/templates/internetaccess/_page.html
+++ b/templates/internetaccess/_page.html
@@ -30,7 +30,7 @@
</div>
<div class="input-group">
<span class="input-group-addon slx-ga">{{lang_proxyPassword}}</span>
- <input name="PROXY_PASSWORD" value="{{PROXY_PASSWORD}}" type="text" class="form-control">
+ <input name="PROXY_PASSWORD" value="{{PROXY_PASSWORD}}" type="{{password_type}}" class="form-control">
</div>
<button class="btn btn-primary" type="submit">{{lang_save}}</button>
</div>