Просмотр исходного кода

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

祁连海 4 месяцев назад
Родитель
Сommit
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 });