You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Review all the code that uses current_user information outside a react component and therefore needs to take information from SessionManager. If we get rid of these places then the implementation could be simplified by removing the SessionManager class
Basically review if we can access the user information only via redux state - if this is possible, then we could remove the SessionManager class, to avoid "duplication"
The text was updated successfully, but these errors were encountered:
Review all the code that uses current_user information outside a react component and therefore needs to take information from SessionManager. If we get rid of these places then the implementation could be simplified by removing the SessionManager class
Basically review if we can access the user information only via redux state - if this is possible, then we could remove the
SessionManager
class, to avoid "duplication"The text was updated successfully, but these errors were encountered: