Hi, Neil!
I've noticed a bug by the end of the section 15:
When I login as the male account in the new browser tab I see females in the /members filter. That's fine. But when I logout at the same page and login as female account I can see females again in the filter. After some research I see that once MembersService constructor is called it's never called again until I refresh the page. So without refreshing user and userParams in the MembersService have values of the previous user.
How this issue can be solved?