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

Moved raw user data to variable instead of local storage. #613

Closed dlabaj closed 3 years ago

dlabaj commented 3 years ago

Removed storage of raw user data from local storage, instead we are now storing it in a variable.

Verified that user raw data is no longer stored in local storage and that application still works correctly.

Screen Shot 2020-08-12 at 12 55 39 PM
dlabaj commented 3 years ago

@jenny-s51 i fixed the progress issue. I'm not seeing the log out issue either.