feat: 增强注册和登录验证码流程,添加步骤标识和日志标签,优化 OAuth 刷新逻辑

This commit is contained in:
祁连海
2026-04-17 22:30:12 +08:00
parent 8f290ed4fc
commit f5b622d272
8 changed files with 36 additions and 45 deletions
@@ -210,6 +210,10 @@ test('signup flow helper finalizes step 3 submit by reusing signup verification
type: 'PREPARE_SIGNUP_VERIFICATION',
step: 3,
source: 'background',
payload: { password: 'Secret123!' },
payload: {
password: 'Secret123!',
prepareSource: 'step3_finalize',
prepareLogLabel: '步骤 3 收尾',
},
});
});