Skip to content

Commit 6497af4

Browse files
committed
removed erroneous not yet implemented tag from client page
1 parent 7dc309c commit 6497af4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Unreleased:
77
- Upgraded Nimbus revision
88
- Added French translation
99
- Added hooks for custom JWT claims
10+
- Removed "Not Yet Implemented" tag from post-logout redirect URI
1011

1112
*1.3.1*:
1213
- Added End Session endpoint

openid-connect-server-webapp/src/main/webapp/resources/template/client.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -795,7 +795,7 @@ <h1 data-i18n="client.client-form.edit"></h1>
795795
</div>
796796

797797
<div class="control-group" id="postLogoutRedirectUris">
798-
<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>
798+
<label class="control-label"><span data-i18n="client.client-form.post-logout">Post-Logout Redirect</span></label>
799799
<div class="controls">
800800
</div>
801801
</div>
@@ -904,4 +904,4 @@ <h1 data-i18n="client.client-form.edit"></h1>
904904
<% } else { %>
905905
<span class="label label-warning">?</span>
906906
<% } %>
907-
</script>
907+
</script>

0 commit comments

Comments
 (0)