This action allows you to insert custom HTML between the div elements with the .wpd-form-head and .wpd-auth classes.
Changelog
Added starting from 7.0.0 version.
Usage
add_action("comment_main_form_bar_top", function () { echo "Custom Message"; });