diff options
-rw-r--r-- | login.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -78,7 +78,7 @@ func LoginPostHandler( http.SetCookie(w, &http.Cookie{ Name: "phlox-session", Value: session, - SameSite: http.SameSiteLaxMode, + Path: "/", }) pages.ServeLoggedIn(w) } |