mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-24 08:02:18 +02:00
Redirect to / after logout so you aren't automatically logged back in
This commit is contained in:
parent
fd620bd5e8
commit
87be45063f
@ -117,7 +117,7 @@ func GetLogin(c *gin.Context) {
|
||||
func GetLogout(c *gin.Context) {
|
||||
httputil.DelCookie(c.Writer, c.Request, "user_sess")
|
||||
httputil.DelCookie(c.Writer, c.Request, "user_last")
|
||||
c.Redirect(303, "/login")
|
||||
c.Redirect(303, "/")
|
||||
}
|
||||
|
||||
func GetLoginToken(c *gin.Context) {
|
||||
|
Loading…
Reference in New Issue
Block a user