mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-02 10:52:49 +02:00
proxy: redirect to dashboard for logout (#1944)
This commit is contained in:
parent
a78dae7f6f
commit
4f2bb60adb
3 changed files with 4 additions and 7 deletions
|
@ -25,7 +25,6 @@ const (
|
|||
// authenticate urls
|
||||
dashboardPath = "/.pomerium"
|
||||
signinURL = "/.pomerium/sign_in"
|
||||
signoutURL = "/.pomerium/sign_out"
|
||||
refreshURL = "/.pomerium/refresh"
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue