mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-02-17 11:55:14 +00:00
Spelling fix on controller/login.go
This commit is contained in:
parent
26f81835b6
commit
8464511286
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue