From 102b179cd99ebffd9372ca52b18c1b2d8f4e2fb7 Mon Sep 17 00:00:00 2001 From: lollilol <38194372+lollilol@users.noreply.github.com> Date: Fri, 23 Jun 2023 10:28:38 +0200 Subject: [PATCH] change password input field to type=password (#2427) --- Plugson/www/plugson_password.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugson/www/plugson_password.html b/Plugson/www/plugson_password.html index bca84bc9..3b96880e 100644 --- a/Plugson/www/plugson_password.html +++ b/Plugson/www/plugson_password.html @@ -164,7 +164,7 @@ } function CommonPasswordEntry(tbl, name, cn, en) { - var tr = ''+name+'' + + var tr = ''+name+'' + '  ' + '' + '' + cn + '' +