mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-18 00:19:14 +00:00
Spelling fix on controller/login.go
This commit is contained in:
@@ -20,7 +20,7 @@ func GetLogin(c *gin.Context) {
|
|||||||
|
|
||||||
// when dealing with redirects we may need
|
// when dealing with redirects we may need
|
||||||
// to adjust the content type. I cannot, however,
|
// 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")
|
c.Writer.Header().Del("Content-Type")
|
||||||
|
|
||||||
tmpuser, open, err := remote.Login(c.Writer, c.Request)
|
tmpuser, open, err := remote.Login(c.Writer, c.Request)
|
||||||
|
Reference in New Issue
Block a user