Merge pull request #1404 from gtaylor/patch-4
Spelling fix on controller/login.go [ci skip]
This commit is contained in:
commit
4a85f4029c
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