From ebd7f419a94678d26cb6342be366487c8037dd41 Mon Sep 17 00:00:00 2001 From: Matthew Huntington Date: Thu, 4 Apr 2024 11:41:31 -0400 Subject: [PATCH] pwd change --- scrape.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scrape.js b/scrape.js index 0326fd0..819ec6e 100644 --- a/scrape.js +++ b/scrape.js @@ -76,7 +76,7 @@ const scrapeInstance = async (link, page) => { await delay(500) //wtf await page.type('input[type="text"]', 'matt.huntington@generalassemb.ly'); - await page.type('input[type="password"]', 'Hunt!ngt0n80!'); + await page.type('input[type="password"]', 'Hunt!ngt0n!2'); await page.click('input[type="submit"]'); console.log('entered okta creds');