mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-17 08:38:15 +02:00
core/ui: fix page title
This commit is contained in:
parent
f9808a73ba
commit
e7ea364ecb
9 changed files with 39 additions and 31 deletions
|
@ -24,6 +24,6 @@ func SignedOut(data SignedOutData) http.Handler {
|
|||
}
|
||||
|
||||
// otherwise show the signed-out page
|
||||
return ui.ServePage(w, r, "SignedOut", data.ToJSON())
|
||||
return ui.ServePage(w, r, "SignedOut", "Signed Out", data.ToJSON())
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue