chore(extension): reject second http connection (#766)

This commit is contained in:
Yury Semikhatsky
2025-07-25 14:46:48 -07:00
committed by GitHub
parent 6710a78641
commit dbf113d5e4
4 changed files with 34 additions and 3 deletions

View File

@@ -69,6 +69,7 @@ class ConnectPage {
continueBtn.addEventListener('click', async () => {
buttonRow.style.display = 'none';
this._tabListContainer.style.display = 'none';
try {
const selectedTab = this._selectedTab;
if (!selectedTab) {