From 9328cb94b085117ca17130e07de6e97a2cdaafa0 Mon Sep 17 00:00:00 2001 From: Ylian Saint-Hilaire Date: Sat, 2 Apr 2022 15:53:57 -0700 Subject: [PATCH] Fixes to 802.1x dialog. --- amt-redir-ws-0.1.0.js | 3 +++ index.html | 14 +++++++------- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/amt-redir-ws-0.1.0.js b/amt-redir-ws-0.1.0.js index 850b364..d847473 100644 --- a/amt-redir-ws-0.1.0.js +++ b/amt-redir-ws-0.1.0.js @@ -127,6 +127,9 @@ var CreateAmtRedirect = function (module, authCookie) { cmdsize = 9 + authDataLen; // ###BEGIN###{!Mode-Firmware} if (authType == 0) { + + console.log('aaa', authData); + // Query if (authData.indexOf(4) >= 0) { // Good Digest Auth (With cnonce and all) diff --git a/index.html b/index.html index fc6929d..3bdcb50 100644 --- a/index.html +++ b/index.html @@ -1473,8 +1473,8 @@