Desimone/authenticate default logout (#1390)

* authenticate: fix unset post_logout_redirect_uri
* don't show url if does not exist
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
This commit is contained in:
bobby 2020-09-09 11:53:12 -07:00 committed by GitHub
parent 1fcd86120b
commit 05d9fbb4b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

View file

@ -27,11 +27,12 @@
<section>
<p class="message">Your current session details.</p>
<fieldset>
{{if .RedirectURL}}
<label>
<span>URL</span>
<a href="{{.RedirectURL}}">{{.RedirectURL}}</a>
</label>
{{end}}
{{if .User.Name}}
<label>
<span>Name</span>