forked from Github-Mirrors/canaille
Fixes calls to the LDAP 'Client.dn' attribute
This commit is contained in:
parent
d66619a01c
commit
7503ac772f
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@
|
|||
<ul class="ui list">
|
||||
{% for client in token.audience %}
|
||||
<li class="item">
|
||||
<a href="{{ url_for("oidc.clients.edit", client_id=client.dn) }}">
|
||||
<a href="{{ url_for("oidc.clients.edit", client_id=client.client_id) }}">
|
||||
{{ client.client_name }}
|
||||
</a>
|
||||
</li>
|
||||
|
|
Loading…
Reference in a new issue