forked from Github-Mirrors/canaille
Merge branch 'issue-113-client-secret' into 'main'
Fixed client secret display See merge request yaal/canaille!65
This commit is contained in:
commit
94397e708d
2 changed files with 2 additions and 1 deletions
|
@ -14,6 +14,7 @@ Fixed
|
|||
- Fixed a bug happening during RP initiated logout on clients without
|
||||
`post_logout_redirect_uri` defined.
|
||||
- Gitlab CI fix. :pr:`64`
|
||||
- Fixed `client_secret` display on the client administration page. :pr:`65`
|
||||
|
||||
Added
|
||||
*****
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
<div class="field">
|
||||
<label>{% trans %}Secret{% endtrans %}</label>
|
||||
<div class="ui cornor labeled input">
|
||||
<input type="text" value="{{ client.secret }}" readonly name="secret">
|
||||
<input type="text" value="{{ client.client_secret }}" readonly name="client_secret">
|
||||
<div class="ui corner label" title="{{ _("This field is not editable") }}">
|
||||
<i class="lock icon"></i>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue