Currently, the username is being saved to the localStorage, which persists sessions (i.e. reopening the browser). The idea was to save that only for this session, and don't load the username in the next session, and start from scratch.
I forgot to mention earlier that the idea was to limit username persistence to the current browser session only. Once we quit and reopen the browser, the onboarding data should reset.
Currently, the username is being saved to the
localStorage
, which persists sessions (i.e. reopening the browser). The idea was to save that only for this session, and don't load the username in the next session, and start from scratch.Originally posted by @costomato in https://github.com/Suyious/purrr.frontend/issues/4#issuecomment-2365209701