Преглед изворни кода

Merge branch 'dev' of https://github.com/QLHazyCoder/codex-oauth-automation-extension into dev

祁连海 пре 4 месеци
родитељ
комит
a4c7849a0f
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      background/steps/fill-password.js

+ 1 - 1
background/steps/fill-password.js

@@ -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 });