Skip to content

Commit

Permalink
more linting
Browse files Browse the repository at this point in the history
  • Loading branch information
sarataha committed Feb 18, 2022
1 parent 0b69e35 commit 47a7f1f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/server/auth/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -205,9 +205,7 @@ func (s *AuthServer) Logout() http.HandlerFunc {

http.SetCookie(rw, s.clearCookie(IDTokenCookieName))
rw.WriteHeader(http.StatusOK)

}

}

func (c *AuthServer) createCookie(name, value string) *http.Cookie {
Expand Down

0 comments on commit 47a7f1f

Please sign in to comment.