I want to test if my currentUser have in his users collection
-> profileType: "NULL" (default value).
and if profileType != "NULL" i will redirect the user to an other template.
I don't where will be the best place to do it ?
- In the router whith a onBeforeAction
- on a client helper
- call a method in the server side
Thanks in advance