From fdc63b005e119be4e92f8d8dfa3ef160c9d87235 Mon Sep 17 00:00:00 2001 From: AuxXxilium Date: Tue, 15 Oct 2024 17:12:55 +0200 Subject: [PATCH] activation: fix Signed-off-by: AuxXxilium --- docs/activation.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/activation.html b/docs/activation.html index 00ea0d3d..6ee7bd88 100644 --- a/docs/activation.html +++ b/docs/activation.html @@ -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();