reikernx commited on
Commit
0ad926b
·
verified ·
1 Parent(s): bb8c78f

Update server.js

Browse files
Files changed (1) hide show
  1. server.js +1 -1
server.js CHANGED
@@ -54,7 +54,7 @@ async function login() {
54
  });
55
 
56
  // Replace with your actual credentials
57
- await loggedInPage.type("#email", "reikernx@email.com", { delay: 50 });
58
  await loggedInPage.type("#password", "Ogombo12", { delay: 50 });
59
 
60
  await Promise.all([
 
54
  });
55
 
56
  // Replace with your actual credentials
57
+ await loggedInPage.type("#email", "reikernx@gmail.com", { delay: 50 });
58
  await loggedInPage.type("#password", "Ogombo12", { delay: 50 });
59
 
60
  await Promise.all([