@@ -58,47 +58,67 @@ class NodeAuthlinkNodeForm extends FormBase {
$node=Node::load($node);
$form['disclaimer']=[
'#type'=>'markup',
'#markup'=>'<p>'.$this->t('Use the following form to manage anonymous authlinks for performing View, Update or Delete tasks without any further authentication. The links available will depends on the configuration of this content type.').'</p>',