From: lollilol <38194372+lollilol@users.noreply.github.com> Date: Fri, 23 Jun 2023 08:28:38 +0000 (+0200) Subject: change password input field to type=password (#2427) X-Git-Tag: v1.0.92~1 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/commitdiff_plain/102b179cd99ebffd9372ca52b18c1b2d8f4e2fb7 change password input field to type=password (#2427) --- diff --git a/Plugson/www/plugson_password.html b/Plugson/www/plugson_password.html index bca84bc..3b96880 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 + '' +