call hook postLoginForm

This commit is contained in:
Uwe Steinmann 2023-05-08 17:59:54 +02:00
parent bad3799d62
commit 0c06df2d78

View File

@ -166,6 +166,7 @@ $(document).ready( function() {
}
$this->contentContainerEnd();
$this->formSubmit(getMLText('submit_login'));
$this->callHook('postLoginForm');
?>
</form>
<?php