1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2024-11-30 08:06:52 +02:00

Spelling fix on controller/login.go

This commit is contained in:
Greg Taylor 2016-01-09 23:00:24 -08:00
parent 26f81835b6
commit 8464511286

View File

@ -20,7 +20,7 @@ func GetLogin(c *gin.Context) {
// when dealing with redirects we may need
// to adjust the content type. I cannot, however,
// rememver why, so need to revisit this line.
// remember why, so need to revisit this line.
c.Writer.Header().Del("Content-Type")
tmpuser, open, err := remote.Login(c.Writer, c.Request)