fix: trying this on prod

This commit is contained in:
Hayden Hargreaves 2026-03-12 19:37:15 -07:00
parent 5179707d0f
commit efeaccc6e3

View File

@ -43,8 +43,8 @@ func (s *Server) SetCookie(ctx *gin.Context, name, value string, duration time.D
value,
maxAge,
path,
".gophernest.net", // or your backend domain / parent
true, // secure
"gophernest.net",
true,
httpOnly,
)
case "dev":