From 53419bc81fd8456d4069b5509494eaf96a0e9ecb Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Tue, 29 Oct 2019 09:09:40 +0100 Subject: [PATCH] fix issue with MS login update --- index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/index.js b/index.js index f4b1369..b024f98 100644 --- a/index.js +++ b/index.js @@ -178,8 +178,7 @@ try { LoginRequester.options.form = data; - // LoginRequester.runCrawl('https://login.microsoftonline.com' + urlPost) - LoginRequester.runCrawl(urlPost) + LoginRequester.runCrawl('https://login.microsoftonline.com' + urlPost) } });