diff --git a/background/steps/fill-password.js b/background/steps/fill-password.js index 88f0a52..f8f3318 100644 --- a/background/steps/fill-password.js +++ b/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 });