mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-23 12:08:53 +00:00
- don't clear the stack, we might need it to show errors during login (while displaying splash screen) - use the `backAvailableHint` instead on the splash screen itself to hide the back button - when a login error happens, unwind (or recreate) the stack to show the LoginScreen page again, together with the error message - add a simulation of these 2 scenarios to StoryBook, together with showing the splash screen after a login Fixes #17352