Skip to content

Commit

Permalink
removed logs
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayaktorus committed May 8, 2024
1 parent 5ceefb6 commit 72f8af6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion openloginV4/utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,6 @@ async function signInWithEmailWithTestEmailOnDemoApp(
const res = await axios.get(`${ENDPOINT}&tag=${tag}&livequery=true`);
console.log(2);
inbox = await res.data;
console.log(inbox);
const href = inbox.emails[0].html.match(/href="([^"]*)/)[1];
const context2 = await browser.newContext();
const page2 = await context2.newPage();
Expand Down

0 comments on commit 72f8af6

Please sign in to comment.