Skip to content

Commit

Permalink
Adding cookie name
Browse files Browse the repository at this point in the history
  • Loading branch information
COMTOP1 committed Jan 6, 2025
1 parent 3825cd3 commit 549b597
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/views/views.go
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ func (v *Views) Authenticated(next echo.HandlerFunc) echo.HandlerFunc {
fmt.Println(2.1)

for _, cookie := range c.Request().Cookies() {
fmt.Println("cookie " + cookie.Name)
req.AddCookie(cookie)
}
fmt.Println(2.2)
Expand Down

0 comments on commit 549b597

Please sign in to comment.