develop #9

Merged
zeni merged 3 commits from develop into main 2024-10-28 13:20:05 -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,
}