From 5b07d08b197e9d2279081108e19532d7ce73cb0c Mon Sep 17 00:00:00 2001 From: iammeghana Date: Thu, 29 Feb 2024 09:17:21 -0500 Subject: [PATCH] Fix: Enable btn after wrong pw --- src/main/resources/static/js/gw.process.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/resources/static/js/gw.process.js b/src/main/resources/static/js/gw.process.js index 7e8214145..b764c9ac2 100644 --- a/src/main/resources/static/js/gw.process.js +++ b/src/main/resources/static/js/gw.process.js @@ -2093,6 +2093,10 @@ GW.process = { if($("#inputpswd").length) $("#inputpswd").val(""); + if ($("#pswd-confirm-btn").prop("disabled")) { + $("#pswd-confirm-btn").prop("disabled", false); + } + console.error("fail to execute the process " + req.processId); });