fix(auth): OAuth 登录使用全新标签页

(cherry picked from commit b3790c1c4de466e619ea6acfd571531a4ba2ef3c)
This commit is contained in:
朴圣佑
2026-04-26 22:23:49 +08:00
committed by QLHazyCoder
parent 40ca2ea427
commit 8efdc811db
2 changed files with 26 additions and 1 deletions
+1 -1
View File
@@ -75,7 +75,7 @@
await addLog(`步骤 7:上一轮失败后,正在进行第 ${attempt} 次尝试(最多 ${STEP6_MAX_ATTEMPTS} 次)...`, 'warn');
}
await reuseOrCreateTab('signup-page', oauthUrl);
await reuseOrCreateTab('signup-page', oauthUrl, { forceNew: true });
const result = await sendToContentScriptResilient(
'signup-page',