feat: improve binary size with build tags (#976)

This commit is contained in:
Stavros
2026-07-06 23:49:55 +03:00
committed by GitHub
parent 7abd9fe310
commit 73cc4808bc
7 changed files with 85 additions and 22 deletions
+1 -1
View File
@@ -739,7 +739,7 @@ func (controller *OIDCController) resolveRequestObject(c *gin.Context) (*service
func (controller *OIDCController) resolveNormalParams(c *gin.Context) (*service.AuthorizeRequest, error) {
var req service.AuthorizeRequest
bind := binding.Query
var bind binding.Binding = binding.Query
if c.Request.Method == http.MethodPost {
bind = binding.Form