feat: 增加邮箱重试逻辑,优化步骤4失败后的处理方式

This commit is contained in:
QLHazyCoder
2026-04-17 16:24:25 +08:00
parent 78d6e94213
commit f2a1a4d7bf
6 changed files with 338 additions and 6 deletions
+1 -1
View File
@@ -26,7 +26,7 @@
throw new Error('认证页面标签页已关闭,请先重新完成步骤 2。');
}
const password = state.customPassword || generatePassword();
const password = state.customPassword || state.password || generatePassword();
await setPasswordState(password);
const accounts = state.accounts || [];