mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-04 01:09:36 +02:00
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:
parent
1fcd86120b
commit
05d9fbb4b3
3 changed files with 4 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue