Skip to content

Commit

Permalink
chore: make lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
puni9869 committed May 19, 2024
1 parent d31671e commit 5dffcc1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/auth/login.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ func LoginPost(c *gin.Context) {

func LoginGet(c *gin.Context) {
c.HTML(http.StatusOK, "login.tmpl", nil)
return
// session := sessions.Default(c)
// user := session.Get(userkey)
//
Expand Down

0 comments on commit 5dffcc1

Please sign in to comment.