Please add this code to your child theme functions.php

add_filter('listivo/socialAuth/redirectUrl', function () {
    return \Tangibledesign\Listivo\Widgets\General\PanelWidget::getUrl(\Tangibledesign\Listivo\Widgets\General\PanelWidget::ACTION_SETTINGS);
});