소스 검색

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