Skip to content

Commit

Permalink
remove squashing of json
Browse files Browse the repository at this point in the history
  • Loading branch information
tuunit committed Nov 5, 2023
1 parent 76991d9 commit dad3b86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/apis/options/sessions.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ package options
// SessionOptions contains configuration options for the SessionStore providers.
type SessionOptions struct {
Type string `json:"type,omitempty"`
Cookie CookieStoreOptions `json:",squash"`
Redis RedisStoreOptions `json:",squash"`
Cookie CookieStoreOptions `json:"cookie,omitempty"`
Redis RedisStoreOptions `json:"redis,omitempty"`
}

// CookieSessionStoreType is used to indicate the CookieSessionStore should be
Expand Down

0 comments on commit dad3b86

Please sign in to comment.