You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: tab switching without URL change for email check redirect
Prevent URL navigation when handleEmailCheckComplete redirects to
different page. Instead, use controlled Tabs with activeKey and
redirectTo state to switch tabs. This fixes back button behavior
where users would see incorrect page content.
- Shadow selectedPage with computed value using redirectTo
- Use activeKey instead of defaultActiveKey for controlled Tabs
- Clear redirectTo on route change or manual tab selection
0 commit comments