Ver Fonte

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

祁连海 há 4 meses atrás
pai
commit
a4c7849a0f
1 ficheiros alterados com 1 adições e 1 exclusões
  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 });