diff --git a/modules/oauth/www/registry.php b/modules/oauth/www/registry.php index f63400fcd5139c649e5a2ce6c907a59c2bd720c4..4fbdcd1ed4f75a928eaff29edbd5ae4f5dcee245 100644 --- a/modules/oauth/www/registry.php +++ b/modules/oauth/www/registry.php @@ -58,5 +58,3 @@ $template = new \SimpleSAML\XHTML\Template($config, 'oauth:registry.list.php'); $template->data['entries'] = $slist; $template->data['userid'] = $userid; $template->show(); - -