activation: update

Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
AuxXxilium
2024-10-15 17:10:56 +02:00
parent 0f28e7fc89
commit a1e8df07f8

View File

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