Skip to content

implemented one global SIGNOUT reducer code...

Created by: mguijarr

..., instead of handling SIGNOUT action separately in each reducer - code inspired by Abramov answer for the corresponding question on StackOverflow ; this ensures the state is really reset completely, while still allowing for custom handling of SIGNOUT if needed

Merge request reports