diff options
| author | Markus Krogh <markus@nordu.net> | 2018-11-08 13:08:05 +0100 |
|---|---|---|
| committer | Markus Krogh <markus@nordu.net> | 2018-11-08 13:08:05 +0100 |
| commit | a2bcf931122eb17e2564c50ee16247fbbc252c17 (patch) | |
| tree | f2f1343f929ca32ecf135df4085eeed312ebd7ff | |
| parent | 95dd53eaa0f50171c8a6baf30ec591d285072caa (diff) | |
Use the LogoutUrl
| -rw-r--r-- | templates/index.html | 2 |
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> |
