• 
      

    Move "loggedIn" and "userType" values into the Redux store.

    Review Request #9692 — Created Feb. 25, 2018 and submitted — Latest diff uploaded

    Information

    student-sonar
    master
    0df2467...

    Reviewers

    We have a couple values which are initialized from the session and are
    initially added to the window namespace. These were then passed through
    either the model or accessed directly. This change moves them into the
    Redux store, where they can be accessed by container components.

    Loaded things and verified that everything still looked correct.