Handle combined signup verification/profile page

This commit is contained in:
EmptyDust
2026-05-02 11:19:22 +08:00
parent 99313843c1
commit 2bfa277aa1
8 changed files with 479 additions and 7 deletions
+4 -1
View File
@@ -909,7 +909,10 @@
type: 'FILL_CODE',
step,
source: 'background',
payload: { code },
payload: {
code,
...(step === 4 && options.signupProfile ? { signupProfile: options.signupProfile } : {}),
},
};
let result;
if (typeof sendToContentScriptResilient === 'function') {