integr8ly / tutorial-web-app

Solution Explorer provides the front door into the Integreatly initiative. It hosts the various Solution Patterns, as well as providing a dashboard of installed applications/products/services.
Apache License 2.0
36 stars 54 forks source link

fix: user showing undefined on first login #557

Closed pb82 closed 4 years ago

pb82 commented 4 years ago

Fixes the issue where on first login the username is showing undefined:

login_undefined

This only happens on the landing page because the masthead is rendered before the user is set in the localStorage. The fix is to make the current user a part of the LandingPage state and update it once the user becomes available. This triggers the user dropdown to rerender automatically and show the correct user name.