fix: route choose-account to target email login

This commit is contained in:
QLHazyCoder
2026-05-30 03:12:55 +08:00
parent 9b7a6dcfbb
commit 932d1e965b
4 changed files with 549 additions and 11 deletions
@@ -277,6 +277,7 @@
try {
const rawCurrentState = {
...(attempt === 1 ? state : await getState()),
visibleStep: completionStep,
...(resolvedIdentifierType === 'phone' ? {
forceLoginIdentifierType: 'phone',
forceEmailLogin: false,