File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
openid-connect-server-webapp/src/main/webapp/resources/template Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments