removed erroneous not yet implemented tag from client page

pull/1357/head
Justin Richer 7 years ago
parent 7dc309c5af
commit 6497af40e8

@ -7,6 +7,7 @@ Unreleased:
- Upgraded Nimbus revision
- Added French translation
- Added hooks for custom JWT claims
- Removed "Not Yet Implemented" tag from post-logout redirect URI
*1.3.1*:
- Added End Session endpoint

@ -795,7 +795,7 @@
</div>
<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>
</div>
@ -904,4 +904,4 @@
<% } else { %>
<span class="label label-warning">?</span>
<% } %>
</script>
</script>

Loading…
Cancel
Save