This commit is contained in:
祁连海
2026-04-17 23:29:18 +08:00
+1 -1
View File
@@ -30,7 +30,7 @@
await setPasswordState(password);
const accounts = state.accounts || [];
accounts.push({ email: resolvedEmail, password, createdAt: new Date().toISOString() });
accounts.push({ email: resolvedEmail, createdAt: new Date().toISOString() });
await setState({ accounts });
await chrome.tabs.update(signupTabId, { active: true });