fix: update deprecated func since go 1.16

might want to update the docs if you accept this, as it states go > 1.15 is required
This commit is contained in:
Leander Gangsø
2022-12-23 18:19:44 +01:00
parent d438480f37
commit 2847300bf6
2 changed files with 7 additions and 8 deletions

View File

@@ -322,7 +322,6 @@ func AuthorizeHandler() gin.HandlerFunc {
}
handleResponse(gc, responseMode, loginURL, redirectURI, loginError, http.StatusOK)
return
}
}