Merge pull request #1404 from gtaylor/patch-4

Spelling fix on controller/login.go [ci skip]
This commit is contained in:
Brad Rydzewski
2016-01-13 12:44:11 -08:00

View File

@@ -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)