Skip to content

Commit

Permalink
🚧 Create active tab.
Browse files Browse the repository at this point in the history
  • Loading branch information
Toly committed Aug 30, 2024
1 parent 065fc05 commit 6f2e8f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/plugins/entryPoint/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ browser.runtime.onMessage.addListener(async (message) => {
if (!loginHasBeenOpened) {
loginHasBeenOpened = true;
const result = await browser.tabs.create({
active: false,
url: "loginPage/index.html",
});
loginPageTabId = result.id;
Expand Down

0 comments on commit 6f2e8f7

Please sign in to comment.