Skip to content

Commit 38a7dd8

Browse files
authored
Fix admin-clients link (#177)
1 parent 019227d commit 38a7dd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hooks/hook_frontpage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ function oidc_hook_frontpage(&$links)
4343
}
4444

4545
$links['federation']['oidcregistry'] = [
46-
'href' => \SimpleSAML\Module::getModuleURL('oidc/admin-clients/'),
46+
'href' => \SimpleSAML\Module::getModuleURL('oidc/admin-clients/index.php'),
4747
'text' => [
4848
'en' => 'OpenID Connect Client Registry',
4949
'es' => 'Registro de clientes OpenID Connect',

0 commit comments

Comments
 (0)