removed erroneous not yet implemented tag from client page
parent
7dc309c5af
commit
6497af40e8
|
@ -7,6 +7,7 @@ Unreleased:
|
||||||
- Upgraded Nimbus revision
|
- Upgraded Nimbus revision
|
||||||
- Added French translation
|
- Added French translation
|
||||||
- Added hooks for custom JWT claims
|
- Added hooks for custom JWT claims
|
||||||
|
- Removed "Not Yet Implemented" tag from post-logout redirect URI
|
||||||
|
|
||||||
*1.3.1*:
|
*1.3.1*:
|
||||||
- Added End Session endpoint
|
- Added End Session endpoint
|
||||||
|
|
|
@ -795,7 +795,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="control-group" id="postLogoutRedirectUris">
|
<div class="control-group" id="postLogoutRedirectUris">
|
||||||
<label class="control-label"><span class="label label-default nyi"><i class="icon-road icon-white"></i> NYI </span> <span data-i18n="client.client-form.post-logout">Post-Logout Redirect</span></label>
|
<label class="control-label"><span data-i18n="client.client-form.post-logout">Post-Logout Redirect</span></label>
|
||||||
<div class="controls">
|
<div class="controls">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue