Update server.js
Browse files
server.js
CHANGED
|
@@ -54,7 +54,7 @@ async function login() {
|
|
| 54 |
});
|
| 55 |
|
| 56 |
// Replace with your actual credentials
|
| 57 |
-
await loggedInPage.type("#email", "reikernx@
|
| 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([
|