mirror of
https://github.com/AuxXxilium/arc.git
synced 2024-11-24 00:09:53 +07:00
activation: fix
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
e08c4f886a
commit
fdc63b005e
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user