1
0
Fork 0
forked from goffee/core

main #6

Merged
diana merged 69 commits from goffee/core:main into main 2025-08-26 13:39:09 -04:00
Showing only changes of commit cd04230f29 - Show all commits

View file

@ -126,7 +126,6 @@ func SetCookie(w http.ResponseWriter, email string, token string) error {
Path: "/",
MaxAge: 3600,
HttpOnly: true,
Secure: true,
SameSite: http.SameSiteLaxMode,
}