Merge branch 'dev' of https://github.com/QLHazyCoder/codex-oauth-automation-extension into dev
This commit is contained in:
@@ -30,7 +30,7 @@
|
|||||||
await setPasswordState(password);
|
await setPasswordState(password);
|
||||||
|
|
||||||
const accounts = state.accounts || [];
|
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 setState({ accounts });
|
||||||
|
|
||||||
await chrome.tabs.update(signupTabId, { active: true });
|
await chrome.tabs.update(signupTabId, { active: true });
|
||||||
|
|||||||
Reference in New Issue
Block a user