Skip to content

Commit

Permalink
Merge pull request #185 from GluuFederation/version_4.5.6-slo-redirect
Browse files Browse the repository at this point in the history
fix: exception caused by an invalid template
  • Loading branch information
uprightech authored Sep 16, 2024
2 parents 65be6e1 + 6cb78da commit 601844f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/src/main/patches/019.update-logout-views.patch
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ diff -aurN shibboleth-idp.orig/views/logout-propagate.vm shibboleth-idp/views/lo
<section>
#if($hidden == "true")
<p>#springMessageText("idp.logout.hidden", "Your single sign-on session has been terminated, but you are still logged into many of the services you have accessed during your session.")</p>
+ #if(gluuLogoutRedirectUrl)
+ #if($gluuLogoutRedirectUrl)
+ <p>You will be redirected shortly...</p>
+ #end
#else
Expand Down

0 comments on commit 601844f

Please sign in to comment.