Redirect user to their own department's entry list on login
This PR causes the / route to redirect to the asset list for the logged in user's primary institution. The bulk of the work is implemented in 539b705f which adds a RedirectToMyDeptAssets component which wrapes the React router Redirect component.
Closes #60 (closed).