It is necessary to get the objects of the user group who made the post in one of the topics
I need to get the objects of the group of users who made a post in one of the topics, all this is needed at https: //mysite.com/categories
@livey0u It is just a requirejs module so just require it.
require(['components'], function (components) {
components.get('user/logout').off('click').on('click', function() {
// your custom behaviour here
});
});