feat: 增加邮箱重试逻辑,优化步骤4失败后的处理方式
This commit is contained in:
@@ -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 || [];
|
||||
|
||||
Reference in New Issue
Block a user