mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-08 20:56:39 +00:00
944568eaf7
- LoginScreen SB page simplified - OnboardingLayoutPage - settings introduced for handier testing - LoginScreen moved from OnboardingLayout to OnboardingFlow, making first flow's page bound to model content (instead of relying on check during initialization) - UnblockWithPukFlow removed from OnboardingLayout (now it's used only in OnboardingFlow) - Login error/success processing extracted from LoginScreen to OnboardingLayout - small bug fixed in Utils::objectTypeName Closes: #17160