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: Close registration modal after successful password registration
The registration modal was not being closed after successful password-based
registration, causing it to block all UI interactions even though it was
invisible (hidden along with the registration screen).
Added RegisterAction::RegistrationSuccess to properly close the modal before
transitioning to the main screen. Also improved comments to explain why
LoginBySSOSuccess is used for the post-registration flow.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments