activation: fix

Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
AuxXxilium 2024-10-15 17:12:55 +02:00
parent e08c4f886a
commit fdc63b005e

View File

@ -155,7 +155,7 @@
ip_server = $("#ip_server").val();
port = $("#port").val();
username = encodeURI($("#username").val());
passwd = passwd = encodeURIComponent($("#passwd").val());
passwd = encodeURIComponent($("#passwd").val());
otp_code = $("#otp_code").val();
serialnum = $("#serialnum").val();