summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Krogh <markus@nordu.net>2018-11-08 13:08:05 +0100
committerMarkus Krogh <markus@nordu.net>2018-11-08 13:08:05 +0100
commita2bcf931122eb17e2564c50ee16247fbbc252c17 (patch)
treef2f1343f929ca32ecf135df4085eeed312ebd7ff
parent95dd53eaa0f50171c8a6baf30ec591d285072caa (diff)
Use the LogoutUrl
-rw-r--r--templates/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html
index 535c4f7..624f769 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -36,7 +36,7 @@
{{ end }}
</ul>
<p>
- <a href="/Shibboleth.sso/Logout">Log out</a>
+ <a href="{{$.LogoutUrl}}">Log out</a>
</p>
{{ end }}
</div>